v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
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

successboolean
deletedboolean

Example response

{
  "success": true,
  "deleted": true
}