Skip to main content

BulkCostPriceUpdateInput

No description

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

Fields

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

BulkCostPriceUpdateInput.validFrom ● String scalar

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

BulkCostPriceUpdateInput.validTo ● String scalar

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

BulkCostPriceUpdateInput.quantityFrom ● Int! non-null scalar

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

Member Of

bulkCostPriceUpdate mutation