--- title: SelectedOption - Storefront API description: | Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors. api_version: 2025-07 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-07/objects/SelectedOption' md: 'https://shopify.dev/docs/api/storefront/2025-07/objects/SelectedOption.md' --- # Selected​Option object Requires `unauthenticated_read_product_listings` access scope. Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors. ## Fields * name [String!](https://shopify.dev/docs/api/storefront/2025-07/scalars/String) non-null The product option’s name. * value [String!](https://shopify.dev/docs/api/storefront/2025-07/scalars/String) non-null The product option’s value. *** ## Map ### Fields with this object * {}[ProductVariant.selectedOptions](https://shopify.dev/docs/api/storefront/2025-07/objects/ProductVariant#field-ProductVariant.fields.selectedOptions)