Skip to main content

Check Walmart Products Deleteable

PUT 

/api/walmart/:integrationInstance/products/deleteable

Check whether the given Walmart items can be deleted from SKU.io, before running a bulk delete. Returns one entry per item with a deleteable flag and a reason when deletion is blocked.

Authorization

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

Request body — one of:

  • ids (array of integers) — explicit Walmart product ids (must belong to the integration instance).
  • mode — set to "all" to check every Walmart item on the instance instead of passing ids.

Request

Responses

OK

Response Headers
    Content-Type