Skip to content

AttributeValueUpdateInList

Field Type Required Description
code AttributeValueCode yes Unique identifier for the attribute value
max length 255
sequenceId AttributeValueSequenceId 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 Localization object, see Entity Localization for further information.
swatch Swatch
{
"code": "black",
"sequenceId": 1,
"name": {
"en-us": "string in english",
"de-de": "Zeichenkette auf Deutsch"
},
"swatch": {
"type": "image",
"value": "https://some.url"
}
}