--- title: ProductOptionValue - GraphQL Admin description: >- The product option value names. For example, "Red", "Blue", and "Green" for a "Color" option. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ProductOptionValue md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ProductOptionValue.txt --- # Product​Option​Value object Requires `read_products` access scope. The product option value names. For example, "Red", "Blue", and "Green" for a "Color" option. ## Fields * has​Variants [Boolean!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) non-null Whether the product option value has any linked variants. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null A globally-unique ID. * linked​Metafield​Value [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The value of the linked metafield. * name [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The name of the product option value. * swatch [Product​Option​Value​Swatch](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ProductOptionValueSwatch) The swatch associated with the product option value. * translations [\[Translation!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Translation) non-null The published translations associated with the resource. *** ## Map ### Fields with this object * {}[ProductOption.optionValues](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ProductOption#field-optionValues) * {}[SelectedOption.optionValue](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/SelectedOption#field-optionValue) *** ## Interfaces * * [Has​Published​Translations](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/HasPublishedTranslations) interface * [Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node) interface *** ## ||-ProductOptionValue Implements ### Implements * ||-[Has​Published​Translations](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/HasPublishedTranslations) * ||-[Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node)