--- title: ProductOptionValue - Storefront API description: | The product option value names. For example, "Red", "Blue", and "Green" for a "Color" option. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/ProductOptionValue md: https://shopify.dev/docs/api/storefront/latest/objects/ProductOptionValue.md --- # Product​Option​Value object Requires `unauthenticated_read_product_listings` access scope. The product option value names. For example, "Red", "Blue", and "Green" for a "Color" option. ## Fields * first​Selectable​Variant [Product​Variant](https://shopify.dev/docs/api/storefront/latest/objects/ProductVariant) The product variant that combines this option value with the lowest-position option values for all other options. This field will always return a variant, provided a variant including this option value exists. * id [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID) non-null A globally-unique ID. * name [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The name of the product option value. * swatch [Product​Option​Value​Swatch](https://shopify.dev/docs/api/storefront/latest/objects/ProductOptionValueSwatch) The swatch of the product option value. *** ## Map ### Fields with this object * {}[ProductOption.optionValues](https://shopify.dev/docs/api/storefront/latest/objects/ProductOption#field-ProductOption.fields.optionValues) *** ## Interfaces * [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node) interface *** ## ||-ProductOptionValue Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)