Detach products and clusters from a category
POST/v2/categories/:lookupKey/:key/remove-products-clusters
Removes one or more products and clusters from a category in a single operation.
Items are referenced either by internal identifier or by external source / source identifier pair. An item that is not currently attached to the category is reported as not found. Items cannot be detached from the category that was assigned as their original category.
Up to one hundred items can be processed in a single call.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 422
- 500
The bulk request completed; per-item outcomes are reported in the response payload.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
The record identified by the request could not be located.
The request conflicts with the current state of the record.
The request was understood but cannot be applied because a business rule was violated.
An unexpected error prevented the request from completing.