POST

Bulk Delete Products


Developer Preview

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

Deletes multiple products.

Authentication

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

Permissions
Manage Stores - all permissions
Manage Products
Manage v3 catalog
Product write in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/bulk/products/delete

Body Params
productIdsArray <string>RequiredminLength 1maxLength 36minItems 1maxItems 100

IDs of products to delete.

Response Object
resultsArray <BulkProductResult>minItems 1maxItems 100

Products deleted by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk delete products by ids from store
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?