--- title: sellingPlanGroup - GraphQL Admin description: Returns a `SellingPlanGroup` resource by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/sellingplangroup md: https://shopify.dev/docs/api/admin-graphql/latest/queries/sellingplangroup.md --- # selling​Plan​Group query Returns a `SellingPlanGroup` resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the `SellingPlanGroup` to return. *** ## Possible returns * Selling​Plan​Group [Selling​Plan​Group](https://shopify.dev/docs/api/admin-graphql/latest/objects/SellingPlanGroup) Represents a selling method (for example, "Subscribe and save" or "Pre-paid"). Selling plan groups and associated records (selling plans and policies) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later. *** ## Examples * ### sellingPlanGroup reference ## Query Reference ```graphql { sellingPlanGroup(id) { # sellingPlanGroup fields } } ```