CostPriceUpdateInput
No description
input CostPriceUpdateInput {
value: Float
quantityFrom: Int!
}
Fields
CostPriceUpdateInput.value
● Float
scalar
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.
CostPriceUpdateInput.quantityFrom
● Int!
non-null scalar
Indicates the minimum quantity threshold needed to qualify for the bulk price.
Member Of
costPriceUpdate
mutation