# ProductOptionValue - storefront - OBJECT Version: 2024-10 ## Description The product option value names. For example, "Red", "Blue", and "Green" for a "Color" option. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Fields * [firstSelectableVariant](/docs/api/storefront/2024-10/objects/ProductVariant): 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](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/storefront/2024-10/scalars/String): String! - The name of the product option value. * [swatch](/docs/api/storefront/2024-10/objects/ProductOptionValueSwatch): ProductOptionValueSwatch - The swatch of the product option value. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples