Skip to content

CustomerAttribute

Custom customer attribute

Field Type Required Description
code string yes Code of the defined customer attribute
value object Value for this attribute. Its a free text field for attributes where no values are set. Attributes which have value set should contains the code in an object. For instance value: { "code": "fish" }
name string Human readable name of the attribute
{
"code": "tshirtSize",
"value": "L",
"name": "T-Shirt size"
}