POST

Bulk Delete Inventory Items


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 inventory items.

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 Restaurants - all permissions
Manage v3 catalog
Inventory write in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/bulk/inventory-items/delete

Body Params
inventoryItemIdsArray <string>Requiredformat GUIDminLength 1maxLength 36minItems 1maxItems 1000

IDs of inventory items to delete.

Response Object
resultsArray <BulkInventoryItemResult>minItems 1maxItems 1000

Inventory items deleted by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk delete inventory items example - minimum required fields

Bulk delete inventory items associated with product, variant, and location.

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?