Skip to main content

Check Deleteable Products

PUT 

/api/temu/:integrationInstance/products/deleteable

Pre-validates a set of Temu products for deletion without changing anything. For each product the response says whether it can be deleted; Temu products currently have no delete restrictions, so every requested product is reported as deleteable.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Request body — one of:

  • ids (array of integers, required unless mode is used) — product ids belonging to this integration instance.
  • mode (string) — set to all to check every product for the instance.

Response items contain id, deleteable (boolean) and reason (false when deleteable).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type