Unassign products to category

Remove products from an existing category in an Ecwid store referring to its ID.

Access scopes

Requires the following access scope: update_catalog

Request

A JSON object with the following fields:

FieldTypeDescription
productIdsArray<number>IDs of the products to delete from the category. Max 2000 IDs per request.

Response

A JSON object with the following fields:

FieldTypeDescription
deleteCountnumberThe number of updated categories (1 or 0 depending on whether the update was successful)

Errors

In case of error, Ecwid responds with an error HTTP status code and, optionally, JSON-formatted body containing error description

HTTP codes

HTTP StatusMeaning
400Malformed request parameters
404The category or one of the assigned products is not found
409There was a conflict modifying the store (updating a category while it's being edited elsewhere). Retry later.
415Unsupported content-type: expected application/json or text/json
449Store catalog cannot be modified at the moment because import is in progress. Retry later.
500Server error
Language
Click Try It! to start a request and see the response here!