Skip to main content

BulkPriceUpdateInput

No description

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

Fields

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

BulkPriceUpdateInput.validFrom ● String scalar

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

BulkPriceUpdateInput.validTo ● String scalar

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

BulkPriceUpdateInput.quantityFrom ● Int! non-null scalar

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

Member Of

bulkPriceUpdate mutation