--- title: QuantityPriceBreakConnection - Storefront API description: | An auto-generated type for paginating through multiple QuantityPriceBreaks. api_version: 2025-01 api_name: storefront type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/connections/quantitypricebreakconnection md: https://shopify.dev/docs/api/storefront/2025-01/connections/quantitypricebreakconnection.md --- # Quantity​Price​Break​Connection connection An auto-generated type for paginating through multiple QuantityPriceBreaks. ## Fields with this connection * [Product​Variant.quantityPriceBreaks](https://shopify.dev/docs/api/storefront/2025-01/objects/ProductVariant#field-ProductVariant.fields.quantityPriceBreaks) OBJECT A product variant represents a different version of a product, such as differing sizes or differing colors. *** ## Possible returns * edges [\[Quantity​Price​Break​Edge!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/QuantityPriceBreakEdge) non-null A list of edges. * nodes [\[Quantity​Price​Break!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/QuantityPriceBreak) non-null A list of the nodes contained in QuantityPriceBreakEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/2025-01/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * {}[Product​Variant.quantityPriceBreaks](https://shopify.dev/docs/api/storefront/2025-01/objects/ProductVariant#field-ProductVariant.fields.quantityPriceBreaks) ### Possible returns * <->[Quantity​Price​Break​Connection.edges](https://shopify.dev/docs/api/storefront/2025-01/connections/QuantityPriceBreakConnection#returns-edges) * <->[Quantity​Price​Break​Connection.nodes](https://shopify.dev/docs/api/storefront/2025-01/connections/QuantityPriceBreakConnection#returns-nodes) * <->[Quantity​Price​Break​Connection.pageInfo](https://shopify.dev/docs/api/storefront/2025-01/connections/QuantityPriceBreakConnection#returns-pageInfo)