Skip to content

AttributeCreate

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