Inventory API
Products

Bulk Delete

This API endpoint (POST) removes multiple products with a single request. If the request succeeds, it will return the ids of the products that were removed. Permissions: products.remove

Body Parameters

products array of strings * An array of strings each representing a product id that you wish to remove. The maximum number of products that can be removed in a single request is 50.