--- title: SellingPlanAllocationConnection - Storefront API description: | An auto-generated type for paginating through multiple SellingPlanAllocations. api_version: 2025-01 api_name: storefront type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2025-01/connections/SellingPlanAllocationConnection md: >- https://shopify.dev/docs/api/storefront/2025-01/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/2025-01/objects/ProductVariant#field-ProductVariant.fields.sellingPlanAllocations) OBJECT A product variant represents a different version of a product, such as differing sizes or differing colors. *** ## Possible returns * edges [\[Selling​Plan​Allocation​Edge!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/SellingPlanAllocationEdge) non-null A list of edges. * nodes [\[Selling​Plan​Allocation!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/SellingPlanAllocation) non-null A list of the nodes contained in SellingPlanAllocationEdge. * 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.sellingPlanAllocations](https://shopify.dev/docs/api/storefront/2025-01/objects/ProductVariant#field-ProductVariant.fields.sellingPlanAllocations) ### Possible returns * <->[Selling​Plan​Allocation​Connection.edges](https://shopify.dev/docs/api/storefront/2025-01/connections/SellingPlanAllocationConnection#returns-edges) * <->[Selling​Plan​Allocation​Connection.nodes](https://shopify.dev/docs/api/storefront/2025-01/connections/SellingPlanAllocationConnection#returns-nodes) * <->[Selling​Plan​Allocation​Connection.pageInfo](https://shopify.dev/docs/api/storefront/2025-01/connections/SellingPlanAllocationConnection#returns-pageInfo)