--- title: SellingPlanOption - Storefront API description: An option provided by a Selling Plan. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/sellingplanoption md: https://shopify.dev/docs/api/storefront/unstable/objects/sellingplanoption.md --- # 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/unstable/scalars/String) The name of the option (ie "Delivery every"). * value [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The value of the option (ie "Month"). *** ## Map ### Fields with this object * {}[SellingPlan.options](https://shopify.dev/docs/api/storefront/unstable/objects/SellingPlan#field-SellingPlan.fields.options)