Anchor to ProductOptionProduct
ProductOption
object
Requires access scope.
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.
Anchor to FieldsFields
- •ID!non-null
A globally-unique ID.
- Anchor to linkedMetafieldlinked•
Metafield The metafield identifier linked to this option.
- Anchor to namename•String!non-null
The product option’s name.
- Anchor to optionValuesoption•
Values [ProductOption non-nullValue!]! Similar to values, option_values returns all the corresponding option value objects to the product option, including values not assigned to any variants.
- Anchor to positionposition•Int!non-null
The product option's position.
- Anchor to translationstranslations•[Translation!]!non-null
The published translations associated with the resource.
- Anchor to valuesvalues•[String!]!non-null
The corresponding value to the product option name.
Was this section helpful?