--- title: QuantityPriceBreak - Storefront API description: | Quantity price breaks lets you offer different rates that are based on the amount of a specific variant being ordered. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/quantitypricebreak md: https://shopify.dev/docs/api/storefront/unstable/objects/quantitypricebreak.md --- # Quantity​Price​Break object Requires `unauthenticated_read_product_listings` access scope. Quantity price breaks lets you offer different rates that are based on the amount of a specific variant being ordered. ## Fields * minimum​Quantity [Int!](https://shopify.dev/docs/api/storefront/unstable/scalars/Int) non-null Minimum quantity required to reach new quantity break price. * price [Money​V2!](https://shopify.dev/docs/api/storefront/unstable/objects/MoneyV2) non-null The price of variant after reaching the minimum quanity. *** ## Map ### Fields and connections with this object * {}[ProductVariant.quantityPriceBreaks](https://shopify.dev/docs/api/storefront/unstable/objects/ProductVariant#field-ProductVariant.fields.quantityPriceBreaks) * <->[QuantityPriceBreakConnection.nodes](https://shopify.dev/docs/api/storefront/unstable/connections/QuantityPriceBreakConnection#returns-nodes) * {}[QuantityPriceBreakEdge.node](https://shopify.dev/docs/api/storefront/unstable/objects/QuantityPriceBreakEdge#field-QuantityPriceBreakEdge.fields.node)