POST

Bulk Delete Imported Orders


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 imported orders.

Only orders that were created with Import Order can be deleted. This is useful for clearing out a faulty migration before re-importing. Deletion is permanent: each order is removed from the site, including from search results.

This endpoint runs asynchronously and returns a jobId. To track progress and see any orders that couldn't be deleted, pass the jobId to Get Async Job or List Async Job Items.

An ImportedOrderDeleted webhook is emitted for each order that's successfully deleted.

Authentication

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

Permissions
SCOPE.ECOM.IMPORT-ORDERS
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/ecom/v1/orders/import/bulk-delete-imported-orders

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?