SelectedOption
Custom properties that a shop owner can use to define product variants. Multiple options can exist. Options are represented as: option1, option2, option3, etc.
Show definition# Custom properties that a shop owner can use to define product variants. # Multiple options can exist. Options are represented as: option1, option2, option3, etc. type SelectedOption { # The product option’s name. name: String! # The product option’s value. value: String! }
Fields
name
(String!
)
The product option’s name.
value
(String!
)
The product option’s value.