Skip to content

AttributeUpdate

Field Type Required Description
type AttributeType Type of the attribute. It specifies which type the attribute value will have.
one of: text, productList, input, number
use AttributeUse The usage of this attribute
one of: option, extra, property
name LocalizationShort Localization object, see Entity Localization for further information.
externalUpdateDate ExternalUpdateDate format: date-time
values array[AttributeValueUpdateInList] max 5000 items
{
"type": "text",
"use": "option",
"name": {
"en-us": "string in english",
"de-de": "Zeichenkette auf Deutsch"
},
"externalUpdateDate": "2018-12-15T00:00:23.114Z",
"values": [
{}
]
}