--- title: QuantityRuleConnection - GraphQL Admin description: An auto-generated type for paginating through multiple QuantityRules. api_version: 2025-01 api_name: admin type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/connections/QuantityRuleConnection md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/connections/QuantityRuleConnection.md --- # Quantity​Rule​Connection connection An auto-generated type for paginating through multiple QuantityRules. ## Fields with this connection * [Price​List.quantityRules](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PriceList#field-PriceList.fields.quantityRules) OBJECT A list that defines pricing for [product variants](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant). Price lists override default product prices with either fixed prices or percentage-based adjustments. Each price list associates with a [`Catalog`](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Catalog) to determine which customers see the pricing. The catalog's context rules control when the price list applies, such as for specific markets, company locations, or apps. Learn how to [support different pricing models](https://shopify.dev/docs/apps/build/markets/build-catalog). *** ## Possible returns * edges [\[Quantity​Rule​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/QuantityRuleEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Quantity​Rule!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/QuantityRule) non-null A list of nodes that are contained in QuantityRuleEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. * page​Info [Page​Info!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PageInfo) non-null An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. *** ## Map ### Fields with this connection * {}[Price​List.quantityRules](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PriceList#field-PriceList.fields.quantityRules) ### Possible returns * <->[Quantity​Rule​Connection.edges](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/QuantityRuleConnection#returns-edges) * <->[Quantity​Rule​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/QuantityRuleConnection#returns-nodes) * <->[Quantity​Rule​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/QuantityRuleConnection#returns-pageInfo)