Attribute

(OBJECT)

specification of product's properties

link GraphQL Schema definition

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