OBJECT

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.

link GraphQL Schema definition

  • type SelectedOption {
  • # The product option’s name.
  • name: String!
  • # The product option’s value.
  • value: String!
  • }