Skip to content

Attribute

Field Type Required Description
code AttributeCode max length 255
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 AttributeName Name of the attribute which will be shown to the customer. It’s saved in the language of the passed locale.
max length 255
externalUpdateDate ExternalUpdateDate format: date-time
values array[AttributeValue]
{
"code": "color",
"type": "text",
"use": "option",
"name": "Color",
"externalUpdateDate": "2018-12-15T00:00:23.114Z",
"values": [
{}
]
}