--- title: SellingPlanConnection - Storefront API description: | An auto-generated type for paginating through multiple SellingPlans. api_version: 2025-10 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 Represents a selling method. For example, 'Subscribe and save' is a selling method where customers pay for goods or services per delivery. A selling plan group contains individual selling plans. *** ## 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)