# ProductOptionValue - admin-graphql - OBJECT Version: 2024-10 ## Description The product option value names. For example, "Red", "Blue", and "Green" for a "Color" option. ### Access Scopes `read_products` access scope. ## Fields * [hasVariants](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the product option value has any linked variants. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [linkedMetafieldValue](/docs/api/admin-graphql/2024-10/scalars/String): String - The value of the linked metafield. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the product option value. * [swatch](/docs/api/admin-graphql/2024-10/objects/ProductOptionValueSwatch): ProductOptionValueSwatch - The swatch associated with the product option value. * [translations](/docs/api/admin-graphql/2024-10/objects/Translation): Translation! - The published translations associated with the resource. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples