Skip to main content

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

OK

Response Headers
    Content-Type