Skip to main content

Bulk Delete eBay Listings

PUT 

/api/ebay/:integrationInstance/products/delete

Delete eBay listing records from the local catalog, together with their product mapping links. This does not end or modify the live listing on eBay.

Not yet available to API tokens

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

Body fields:

  • ids (array of integers): Listing IDs to target. Required unless mode is "all".
  • mode (string): Pass "all" to target every listing on the integration instance instead of an explicit ID list.

Request

Responses

OK

Response Headers
    Content-Type