AttributeType

(ENUM)

product attribute's type

link GraphQL Schema definition

  • enum AttributeType {
  • # Possible variant of a product (e.g. volume)
  • variant
  • # physical variant
  • #
  • # Probably hard-to-change specification of a product (e.g. color).
  • #
  • # Combination of real variants represents a warehouse item.
  • real_variant
  • # description attribute of a product / information
  • parameter
  • # customer's text
  • input
  • # selection of one of the values
  • select
  • # allows selection of multiple values
  • checkbox
  • # custom text value
  • textfield
  • # custom long text
  • textarea
  • # selection of one of the values
  • radio
  • }