--- title: SellingPlanGroupOption - Storefront API description: |- Represents an option on a selling plan group that's available in the drop-down list in the storefront. Individual selling plans contribute their options to the associated selling plan group. For example, a selling plan group might have an option called `option1: Delivery every`. One selling plan in that group could contribute `option1: 2 weeks` with the pricing for that option, and another selling plan could contribute `option1: 4 weeks`, with different pricing. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanGroupOption md: https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanGroupOption.md --- # Selling​Plan​Group​Option object Requires `unauthenticated_read_selling_plans` access scope. Represents an option on a selling plan group that's available in the drop-down list in the storefront. Individual selling plans contribute their options to the associated selling plan group. For example, a selling plan group might have an option called `option1: Delivery every`. One selling plan in that group could contribute `option1: 2 weeks` with the pricing for that option, and another selling plan could contribute `option1: 4 weeks`, with different pricing. ## Fields * name [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The name of the option. For example, 'Delivery every'. * values [\[String!\]!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The values for the options specified by the selling plans in the selling plan group. For example, '1 week', '2 weeks', '3 weeks'. *** ## Map ### Fields with this object * {}[SellingPlanGroup.options](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanGroup#field-SellingPlanGroup.fields.options)