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