Skip to main content

Check eBay Listings Archiveable

POST 

/api/ebay/:integrationInstance/products/archiveable

Check which eBay listings can be archived. A listing with channel orders cannot be archived; the response gives a per-listing verdict and reason.

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