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