---
title: SellingPlanGroupConnection - Storefront API
description: An auto-generated type for paginating through multiple SellingPlanGroups.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/connections/sellingplangroupconnection
  md: https://shopify.dev/docs/api/storefront/latest/connections/sellingplangroupconnection.md
---

# Selling​Plan​Group​Connection

connection

An auto-generated type for paginating through multiple SellingPlanGroups.

## Fields with this connection

* [Product.sellingPlanGroups](https://shopify.dev/docs/api/storefront/latest/objects/Product#field-Product.fields.sellingPlanGroups)

  OBJECT

  Represents an item listed in a shop's catalog.

  Products support multiple [product variants](https://shopify.dev/docs/api/storefront/current/objects/ProductVariant), representing different versions of the same product, and can include various [media](https://shopify.dev/docs/api/storefront/current/interfaces/Media) types. Use the [`selectedOrFirstAvailableVariant`](https://shopify.dev/docs/api/storefront/current/objects/Product#field-Product.fields.selectedOrFirstAvailableVariant) or [`variantBySelectedOptions`](https://shopify.dev/docs/api/storefront/current/objects/Product#field-Product.fields.variantBySelectedOptions) fields to help customers find the right variant based on their selections.

  Products can be organized into [collections](https://shopify.dev/docs/api/storefront/current/objects/Collection), associated with [selling plans](https://shopify.dev/docs/api/storefront/current/objects/SellingPlanGroup) for subscriptions, and extended with custom data through [metafields](https://shopify.dev/docs/api/storefront/current/objects/Metafield).

  Learn more about working with [products and collections](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/products-collections).

***

## Possible returns

* edges

  [\[Selling​Plan​Group​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanGroupEdge)

  non-null

  A list of edges.

* nodes

  [\[Selling​Plan​Group!\]!](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanGroup)

  non-null

  A list of the nodes contained in SellingPlanGroupEdge.

* 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

* [Product.sellingPlanGroups](https://shopify.dev/docs/api/storefront/latest/objects/Product#field-Product.fields.sellingPlanGroups)

### Possible returns

* [Selling​Plan​Group​Connection.edges](https://shopify.dev/docs/api/storefront/latest/connections/SellingPlanGroupConnection#returns-edges)
* [Selling​Plan​Group​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/SellingPlanGroupConnection#returns-nodes)
* [Selling​Plan​Group​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/connections/SellingPlanGroupConnection#returns-pageInfo)