OBJECT
ConfigurableOption
Product configurable option used for the cofnigurable products
link GraphQL Schema definition
- type ConfigurableOption {
- # Configurable option id
- ID :
- # Attribute id from the attribute collection
- ID :
- # Attribute code from the attribute collection
- String :
- # Configurable option name - Size, Color ...
- String :
- # Configurable option position on the product page
- Int :
- # Available configurable options
- ConfigurableOptionValue] : [
- # Product Id this option is assigned to
- ID :
- }