Attribute values
Collection containing all existing attribute values
Fields
| Field alias | Description | Data type | Editable |
|---|---|---|---|
| attributeId | id | number | yes |
| attributeType | attribute type | string | |
| canWrite | write permission | boolean | |
| color | color | string | yes |
| displayValue | display value | string | yes |
| name | name | string | |
| shopId | shop id | number | |
| value | value | string | |
| valueId | value id | number |
Common expressions
| Expression | Description | Data type |
|---|---|---|
| if(attributeValue.attributeType == "color", attributeValue.color, attributeValue.value) | value | string |
Relations
| Relationship | Relationshiop description |
|---|---|
| Belongs to attribute | Attribute |
| Has many and belongs to combinations | Product combinations |