--- title: SellingPlanOption - Storefront API description: An option provided by a Selling Plan. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/objects/SellingPlanOption' md: >- https://shopify.dev/docs/api/storefront/2024-10/objects/SellingPlanOption.txt --- # Selling​Plan​Option object Requires `unauthenticated_read_selling_plans` access scope. An option provided by a Selling Plan. ## Fields * name [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The name of the option (ie "Delivery every"). * value [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The value of the option (ie "Month"). *** ## Map ### Fields with this object * {}[SellingPlan.options](https://shopify.dev/docs/api/storefront/2024-10/objects/SellingPlan#field-options)