# ProductOptionValue - storefront - OBJECT
Version: 2024-07

## 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
* [id](/docs/api/storefront/2024-07/scalars/ID): ID! - A globally-unique ID.
* [name](/docs/api/storefront/2024-07/scalars/String): String! - The name of the product option value.
* [swatch](/docs/api/storefront/2024-07/objects/ProductOptionValueSwatch): ProductOptionValueSwatch - The swatch of the product option value.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples