AttributeValue
| Field | Type | Required | Description |
|---|---|---|---|
code |
AttributeValueCode | yes | Unique identifier for the attribute value max length 255 |
sequenceId |
AttributeValueSequenceId | yes | Sequence id of the order of the values. The lowest number is at the top and the highest number is at the bottom. |
name |
AttributeValueName | yes | Name of the attribute value which will be shown to the customer. It’s saved in the language of the passed locale. max length 255 |
swatch |
Swatch |
Example
Section titled “Example”{ "code": "black", "sequenceId": 1, "name": "Black", "swatch": { "type": "image", "value": "https://some.url" }}
