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).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Validation:

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

Request

Responses

OK

Response Headers
    Content-Type