Skip to main content

Smart Match Product

POST 

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

Find suggested SKU product matches for a single Walmart listing.

Matching strategy:

  • exact_match: SKU product whose sku == walmart_product.sku
  • barcode_match: SKU product whose barcode == walmart_product.upc (falls back to gtin)
  • similar_matches: up to 5 fuzzy matches by productName / 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