Update Blemished Auto-List Settings
PUT/api/ebay/:integrationInstance/blemished-auto-list-settings
Create or update the blemished auto-list configuration for an eBay integration instance. Requires Bearer token.
Body fields:
- enabled (boolean, required): master switch for automatic listing of new blemished SKUs.
- sales_channel_product_template_id (integer, required when enabled): default listing template. Its ListingType must be an auction (Chinese) template.
- ebay_site_id (integer, required): eBay site. 0 = United States, 100 = eBay Motors.
- starting_price_discount_percentage (number, optional, 0-99): markdown applied to the template start price (e.g. 30 lists at 70% of the template price). Omit to use the template price as-is.
- auction_until_sold_enabled (boolean, required): whether auto-listed items relist until sold.
- auction_until_sold_price_reduction_percentage (number, optional, 0-99): price reduction applied on each relist.
- auction_until_sold_minimum_price_percentage (number, optional, 0-100): floor as a percentage of the start price.
Returns 422 if enabling without a template, or if the selected template is not an auction template.
Request
Responses
- 200
- 401
- 403
- 404
- 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.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
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.