Skip to content

AttributeValueUpdate

Field Type Required Description
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 LocalizationShort yes Localization object, see Entity Localization for further information.
swatch Swatch
{
"sequenceId": 1,
"name": {
"en-us": "string in english",
"de-de": "Zeichenkette auf Deutsch"
},
"swatch": {
"type": "image",
"value": "https://some.url"
}
}