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