POST

Bulk Remove Item From Categories


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Removes a single item from multiple categories.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Category item write
Category write
Manage Stores - all permissions
Manage Products
Manage v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/categories/v1/bulk/categories/remove-item

Body Params
itemItemRequired

Item to remove.


categoryIdsArray <string>Requiredformat GUIDminItems 1maxItems 100

IDs of categories from which to remove the item.


treeReferenceTreeReferenceRequired

Category tree reference details.

Response Object
resultsArray <BulkItemToCategoriesResult>minItems 1maxItems 100

Items removed by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk remove item from categories

Removes 1 item from 2 categories. Response includes 1 successful and 1 failed action.

Request
cURL
Response
JSON
Errors
403Permission Denied

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?