AttributeType
(ENUM)
product attribute's type
link GraphQL Schema definition
- enum AttributeType {
- # Possible variant of a product (e.g. volume)
- # physical variant
- #
- # Probably hard-to-change specification of a product (e.g. color).
- #
- # Combination of real variants represents a warehouse item.
- # description attribute of a product / information
- # customer's text
- # selection of one of the values
- # allows selection of multiple values
- # custom text value
- # custom long text
- # selection of one of the values
- }