DELETE

Delete Inventory Item


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 an inventory item.

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
DELETE
https://www.wixapis.com/stores/v3/inventory-items/{inventoryItemId}

Path Params
inventoryItemIdstringRequired

Inventory item ID.

Response Object
Returns an empty object.
Delete inventory item example - minimum required fields

Delete inventory item 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?