Skip to main content

Auto-List Blemished Products on eBay

POST 

/api/ebay-global-reports/uncovered-blemished-products/list

Queue auto-listing of the given blemished products on an eBay integration instance that has blemished auto-listing enabled. Each product is listed as an auction-until-sold listing; products that are already listed, out of stock, or not blemished are skipped. Processing runs in the background and the response returns an id for tracking progress. Requires Bearer token.

Body fields:

  • product_ids (array of integers, required, max 100): blemished product ids to list. Larger sets must be listed in batches of 100.
  • integration_instance_id (integer, required): the eBay instance to list on. Must have blemished auto-listing enabled.

Returns 422 if the instance does not have blemished auto-listing enabled.

Request

Responses

OK

Response Headers
    Content-Type