v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
Attributes

Add values to an attribute

Adds values to an existing attribute, identified by customId, without affecting its other values. If a value with the same customId already exists on the attribute, it is replaced. This endpoint does not verify that the attribute exists beforehand.

post/attributes/{companyId}/{customId}/values/bulk

Path parameters

customIdstring required
companyIdstring required

Request body

Example request

{
  "data": [
    {
      "customId": "madrid",
      "name": "Madrid",
      "parentCustomId": "spain"
    }
  ]
}

Response

Successful Response