POST

Bulk Remove Items From Category


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 multiple items from a single category.

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/{categoryId}/remove-items

Path Params
categoryIdstringRequired

Category ID.

Body Params
itemsArray <ItemReference>RequiredminItems 1maxItems 100

List of items to remove.


treeReferenceTreeReferenceRequired

Category tree reference details.

Response Object
resultsArray <BulkItemsToCategoryResult>minItems 1maxItems 100

Items removed by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk remove items from category

Removes 2 items from 1 category. Response includes 2 successful actions.

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?