Skip to content

AttributeValue

Field Type Required Description
code AttributeValueCode yes Unique identifier for the attribute value
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 AttributeValueName yes Name of the attribute value which will be shown to the customer. It’s saved in the language of the passed locale.
{
"name": "Rabbit",
"code": "rabbit",
"sequenceId": 3
}