Objects
ProductOption
Represents an option for customizing a product.
Fields
name
String!
requiredThe name of the option.
position
String!
requiredThe position of the option (1, 2, or 3).
values
[String!]
requiredA list of possible values for the option.
Related types
Was this page helpful?