ProductOption - admin-graphql - OBJECT
Version: 2024-01
Description:
The product property names. For example, "Size", "Color", and "Material". Variants are selected based on permutations of these options. The limit for each product property name is 255 characters.
Access Scopes
`read_products` access scope.
Fields
id
: ID! - A globally-unique ID.
name
: String! - The product option’s name.
position
: Int! - The product option's position.
translations
: Translation! - The published translations associated with the resource.
values
: String! - The corresponding value to the product option name.
Connections
Related queries
Related mutations
Related Unions
Examples