--- title: SellingPlanAllocationConnection - Storefront API description: | An auto-generated type for paginating through multiple SellingPlanAllocations. api_version: unstable api_name: storefront source_url: html: >- https://shopify.dev/docs/api/storefront/unstable/connections/SellingPlanAllocationConnection md: >- https://shopify.dev/docs/api/storefront/unstable/connections/SellingPlanAllocationConnection.md --- # Selling​Plan​Allocation​Connection connection An auto-generated type for paginating through multiple SellingPlanAllocations. ## Fields with this connection * [Product​Variant.sellingPlanAllocations](https://shopify.dev/docs/api/storefront/unstable/objects/ProductVariant#field-ProductVariant.fields.sellingPlanAllocations) OBJECT A specific version of a [product](https://shopify.dev/docs/api/storefront/current/objects/Product) available for sale, differentiated by options like size or color. For example, a small blue t-shirt and a large blue t-shirt are separate variants of the same product. For more information, see the docs on [Shopify's product model](https://shopify.dev/docs/apps/build/product-merchandising/products-and-collections). For products with quantity rules, variants enforce minimum, maximum, and increment constraints on purchases. Variants also support subscriptions and pre-orders through [selling plan allocations](https://shopify.dev/docs/api/storefront/current/objects/SellingPlanAllocation) objects, bundle configurations through [product variant components](https://shopify.dev/docs/api/storefront/current/objects/ProductVariantComponent) objects, and [shop pay installments pricing](https://shopify.dev/docs/api/storefront/current/objects/ShopPayInstallmentsPricing) for flexible payment options. *** ## Possible returns * edges [\[Selling​Plan​Allocation​Edge!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/SellingPlanAllocationEdge) non-null A list of edges. * nodes [\[Selling​Plan​Allocation!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/SellingPlanAllocation) non-null A list of the nodes contained in SellingPlanAllocationEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/unstable/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * [Product​Variant.sellingPlanAllocations](https://shopify.dev/docs/api/storefront/unstable/objects/ProductVariant#field-ProductVariant.fields.sellingPlanAllocations) ### Possible returns * [Selling​Plan​Allocation​Connection.edges](https://shopify.dev/docs/api/storefront/unstable/connections/SellingPlanAllocationConnection#returns-edges) * [Selling​Plan​Allocation​Connection.nodes](https://shopify.dev/docs/api/storefront/unstable/connections/SellingPlanAllocationConnection#returns-nodes) * [Selling​Plan​Allocation​Connection.pageInfo](https://shopify.dev/docs/api/storefront/unstable/connections/SellingPlanAllocationConnection#returns-pageInfo)