v55

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012046146.0 KB
Products

Delete products

Delete products with specified sku and source values

post/v1/catalog/products/delete

Headers

Authorizationstring required

Authorization Bearer token

Content-Type'application/json' required
Content-Encoding'gzip'

Use this header if the payload is compressed with gzip.

Request body

skustring required

Product unique identifier

Example request

[
  {
    "sku": "MH01",
    "source": {
      "locale": "English"
    }
  }
]

Response

All items accepted and will be processed asynchronously