Skip to main content

BulkCostPriceCreateInput

No description

input BulkCostPriceCreateInput {
priceId: String!
value: Float!
quantityFrom: Int!
validFrom: String
validTo: String
}

Fields

BulkCostPriceCreateInput.priceId ● String! non-null scalar

Price record identifier for bulk cost price association

BulkCostPriceCreateInput.value ● Float! non-null scalar

Cost price value for the specified quantity range

BulkCostPriceCreateInput.quantityFrom ● Int! non-null scalar

Minimum quantity threshold for this cost price tier

BulkCostPriceCreateInput.validFrom ● String scalar

Effective start date for the bulk cost price

BulkCostPriceCreateInput.validTo ● String scalar

Effective end date for the bulk cost price

Member Of

bulkCostPriceCreate mutation ● bulkCostPricesBulk mutation