Create/Update a category
Create/Update a category
Create/Update a category
Create a new ecommerce category or update an existing one, identified by the mandatory id field. When updateEnabled is set to false (the default), the endpoint performs an insert and returns 201; if the category ID already exists, a 400 error is returned. When updateEnabled is true, the endpoint performs an upsert, returning 201 for a new category or 204 when an existing category is updated. The name field is mandatory for creation but optional for updates.
The API key should be passed in the request headers as api-key for authentication.
Values to create/update a category
UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) of the category deleted from the shop’s database
Mandatory in case of creation. Name of the Category, as displayed in the shop
Facilitate to update the existing category in the same request (updateEnabled = true)