Skip to main content

Smart Match Product

POST 

//:domain/api/ebay/:integrationInstance/products/:product/smart-match

Find suggested SKU product matches for a single eBay listing.

Matching strategy:

  • exact_match: SKU product whose sku == ebay_product.SKU
  • barcode_match: always null (eBay legacy products do not expose a UPC/barcode field)
  • similar_matches: up to 5 fuzzy matches by Title / SKU tokens

Archived SKU products are excluded. Used by the listing detail page mapping modal.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type