--- title: SellingPlanConnection - Storefront API description: | An auto-generated type for paginating through multiple SellingPlans. api_version: 2026-01 api_name: storefront type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/connections/SellingPlanConnection md: >- https://shopify.dev/docs/api/storefront/latest/connections/SellingPlanConnection.md --- # Selling​Plan​Connection connection An auto-generated type for paginating through multiple SellingPlans. ## Fields with this connection * [Selling​Plan​Group.sellingPlans](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanGroup#field-SellingPlanGroup.fields.sellingPlans) OBJECT A selling method that defines how products can be sold through purchase options like subscriptions, pre-orders, or try-before-you-buy. Groups one or more [`SellingPlan`](https://shopify.dev/docs/api/storefront/current/objects/SellingPlan) objects that share the same selling method and options. The `SellingPlanGroup` acts as a container for one or more individual `SellingPlan` objects, enabling merchants to offer multiple options (like weekly or monthly deliveries) under one, unified category on a product page. *** ## Possible returns * edges [\[Selling​Plan​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanEdge) non-null A list of edges. * nodes [\[Selling​Plan!\]!](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlan) non-null A list of the nodes contained in SellingPlanEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/latest/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * [Selling​Plan​Group.sellingPlans](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanGroup#field-SellingPlanGroup.fields.sellingPlans) ### Possible returns * [Selling​Plan​Connection.edges](https://shopify.dev/docs/api/storefront/latest/connections/SellingPlanConnection#returns-edges) * [Selling​Plan​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/SellingPlanConnection#returns-nodes) * [Selling​Plan​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/connections/SellingPlanConnection#returns-pageInfo)