--- 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: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/QuantityPriceBreak' md: 'https://shopify.dev/docs/api/storefront/latest/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/latest/scalars/Int) non-null Minimum quantity required to reach new quantity break price. * price [Money​V2!](https://shopify.dev/docs/api/storefront/latest/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/latest/objects/ProductVariant#field-ProductVariant.fields.quantityPriceBreaks) * <->[QuantityPriceBreakConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/QuantityPriceBreakConnection#returns-nodes) * {}[QuantityPriceBreakEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/QuantityPriceBreakEdge#field-QuantityPriceBreakEdge.fields.node)