Anchor to QuantityPriceBreakQuantity
QuantityPriceBreak
object
Requires access scope. Also: The user must have permission to view catalogs.
Quantity price breaks lets you offer different rates that are based on the amount of a specific variant being ordered.
Anchor to FieldsFields
- •ID!non-null
A globally-unique ID.
- Anchor to minimumQuantityminimum•
Quantity Int!non-null Minimum quantity required to reach new quantity break price.
- Anchor to priceprice•Money
V2! non-null The price of variant after reaching the minimum quanity.
- Anchor to priceListprice•
List PriceList! non-null The price list associated with this quantity break.
- Anchor to variantvariant•Product
Variant! non-null The product variant associated with this quantity break.
Was this section helpful?