Interface: CostPriceUpdateInput
Defined in: type/CostPriceUpdateInput.ts:4
Input object for CostPriceUpdateInput
Properties
quantityFrom
quantityFrom:
number
Defined in: type/CostPriceUpdateInput.ts:8
Indicates the minimum quantity threshold needed to qualify for the bulk price.
validFrom?
optionalvalidFrom?:string
Defined in: type/CostPriceUpdateInput.ts:11
Date when this cost price becomes active. If omitted, the cost price is immediately effective.
validTo?
optionalvalidTo?:string
Defined in: type/CostPriceUpdateInput.ts:13
Date when this cost price expires. If omitted, the cost price remains active indefinitely.
value?
optionalvalue?:number
Defined in: type/CostPriceUpdateInput.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.