Attribute
(OBJECT)
specification of product's properties
link GraphQL Schema definition
- type Attribute {
- # internal attribute ID
- : ID!
- # attribute's name
- # . Please note the value of title may change corresponding to specific language
- # for the same attribute.
- : String
- # Type
- : AttributeType
- # set of attribute values, for specific attribute types (variants or parameters
- # defined as checkbox) a product may have multiple values
- : [AttributeValue]
- }