--- 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: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/objects/SelectedOption' md: 'https://shopify.dev/docs/api/storefront/unstable/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/unstable/scalars/String) non-null The product option’s name. * value [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The product option’s value. *** ## Map ### Fields with this object * {}[ProductVariant.selectedOptions](https://shopify.dev/docs/api/storefront/unstable/objects/ProductVariant#field-ProductVariant.fields.selectedOptions)