Skip to main content

Bulk Archive eBay Listings

PUT 

/api/ebay/:integrationInstance/products/archive

Archive eBay listings. Listings that have channel orders are silently skipped (use the archiveable check to find out which ones qualify first).

Authorization

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

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