BulkCostPriceUpdateInput
No description
input BulkCostPriceUpdateInput {
value: Float
validFrom: String
validTo: String
quantityFrom: Int!
}
Fields
BulkCostPriceUpdateInput.value
● Float
scalar
Cost price value for the specified quantity range
BulkCostPriceUpdateInput.validFrom
● String
scalar
Effective start date for the bulk cost price
BulkCostPriceUpdateInput.validTo
● String
scalar
Effective end date for the bulk cost price
BulkCostPriceUpdateInput.quantityFrom
● Int!
non-null scalar
Minimum quantity threshold for bulk pricing eligibility.
The minimum number of units that must be purchased to qualify for the bulk price discount. Creates tiered pricing structure based on order volume.
Member Of
bulkCostPriceUpdate
mutation