Bulk Delete Products
Deletes multiple products in one request. This will delete all variants, files, images, and reviews
associated with each product. Products that don’t exist are silently skipped.
Requires the stores.products.delete permission.
Authorizations
Your API key goes here
Path Parameters
The ID of the store.
Body
The Komerza.Common.Forms.Products.BulkDeleteProductForm with product IDs to delete.
Form for bulk deleting products from a store
The list of product IDs to delete
1Response
The object was successfully deleted.
Represents a default generic response for API endpoints.
Indicates whether the operation or response was successful.
A descriptive message providing additional context or information about the response.
The error code (if there was an error) to use when referencing the error
Represents the data associated with a response.