Skip to main content

BulkPriceCreateInput

No description

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

Fields

BulkPriceCreateInput.priceId ● String! non-null scalar

Price id

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

BulkPriceCreateInput.quantityFrom ● Int! non-null scalar

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

BulkPriceCreateInput.validFrom ● String scalar

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

BulkPriceCreateInput.validTo ● String scalar

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

Member Of

bulkPriceCreate mutation ● bulkPricesCreate mutation