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:
Boolean! -
Whether the product option value has any linked variants.
-
id:
ID! -
A globally-unique ID.
-
linkedMetafieldValue:
String -
The value of the linked metafield.
-
name:
String! -
The name of the product option value.
-
swatch:
ProductOptionValueSwatch -
The swatch associated with the product option value.
-
translations:
Translation! -
The published translations associated with the resource.
Connections
Related queries
Related mutations
Related Unions
Examples