Products
Delete product
Deletes a product previously pushed via the Commerce API, identified by your productId. Products synced from other providers are not affected.
delete/products/{productId}
Path parameters
productIdstring required
Your product identifier
Response
Product deleted
Example response
{
"success": true,
"deleted": true
}