Skip to main content

Bulk Delete

POST 

/api/shopify/:integrationInstance/products/bulk-delete

Delete multiple Shopify products from the local database (does not delete in Shopify).

Authorization

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

Authentication: Requires Bearer token.

Validation:

  • ids: required, array, min:1
  • ids.*: integer

Request

Responses

OK

Response Headers
    Content-Type