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
- 200
- 401
- 403
- 422
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Unprocessable Entity
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.