CustomerLabels
Attach Labels to a Customer
Attaches the given existing labels to the customer. Labels already attached are ignored.
post/customers/customers/{customerId}/labels
Request body
Example request
{
"labels": [
"000000-000000-000000-000000"
]
}Response
The customer's labels were successfully retrieved
Example response
{
"data": [
{
"value": "VIP",
"colour": "ff6634"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.