Skip to main content

Smart Match Product

POST 

//:domain/api/woo-commerce/:integrationInstance/products/:product/smart-match

Find suggested SKU product matches for a single WooCommerce listing.

Matching strategy:

  • exact_match: SKU product whose sku == woo_commerce_product.sku
  • barcode_match: always null (WooCommerce products do not expose a barcode field)
  • similar_matches: up to 5 fuzzy matches by unified_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