Skip to main content

Delete Products

PUT 

/api/shopify/:integrationInstance/products/delete

Deletes the local synced copies of the given Shopify products from SKU.io, including their product mappings/listings. The products are not deleted from Shopify - a later product refresh may re-import them if they still exist there.

Authorization

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

Authentication: Requires Bearer token.

Body fields:

  • ids (array of integers): SKU.io row IDs of Shopify products on this instance. Required unless mode is "all".
  • mode (string, optional): "all" targets every product on the instance and ignores ids.

Request

Responses

OK

Response Headers
    Content-Type