Product
Delete multi product.
Delete multi product along with all its variants and images by ids
delete/admin/products.json
Path parameters
idsinteger required
Product id
Request body
Example request
{
"exclude_ids": [
1,
2,
3
],
"type": "all"
}Response
OK
Example response
{
"status": "delete success"
}