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 id

BulkCostPriceCreateInput.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

BulkCostPriceCreateInput.quantityFrom ● Int! non-null scalar

Indicates the minimum quantity threshold needed to qualify for the bulk price.

BulkCostPriceCreateInput.validFrom ● String scalar

Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string

BulkCostPriceCreateInput.validTo ● String scalar

End date of the bulk pricing offer. Must be a valid ISO 8601 date string

Member Of

bulkCostPriceCreate mutation ● bulkCostPricesBulk mutation