Skip to main content

Interface: BulkCostPriceUpdateInput

Defined in: type/BulkCostPriceUpdateInput.ts:4

Input object for BulkCostPriceUpdateInput

Properties

quantityFrom

quantityFrom: number

Defined in: type/BulkCostPriceUpdateInput.ts:12

Indicates the minimum quantity threshold needed to qualify for the bulk price.


validFrom?

optional validFrom?: string

Defined in: type/BulkCostPriceUpdateInput.ts:8

Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string.


validTo?

optional validTo?: string

Defined in: type/BulkCostPriceUpdateInput.ts:10

End date of the bulk pricing offer. Must be a valid ISO 8601 date string.


value?

optional value?: number

Defined in: type/BulkCostPriceUpdateInput.ts:6

Discount on bulk purchases, expressed either as a percentage of the standard price or as a specific reduced price per unit, depending on the bulk price discount type.