OBJECT

ConfigurableOption

Product configurable option used for the cofnigurable products

link GraphQL Schema definition

  • type ConfigurableOption {
  • # Configurable option id
  • id: ID
  • # Attribute id from the attribute collection
  • attribute_id: ID
  • # Attribute code from the attribute collection
  • attribute_code: String
  • # Configurable option name - Size, Color ...
  • label: String
  • # Configurable option position on the product page
  • position: Int
  • # Available configurable options
  • values: [ConfigurableOptionValue]
  • # Product Id this option is assigned to
  • product_id: ID
  • }