Skip to main content

Get Merge Preview

GET 

/api/products/merge/:session_id/preview

Get a preview of what will happen when the merge is executed. Shows data changes for each SKU pair.

Required scope: products:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Sessions expire after 2 hours. Returns 404 if the session is not found or expired.

The preview is capped at the first 100 pairs to keep the response fast on large lists. total_count is the full number of pairs, previewed_count is how many are included, and truncated is true when the list was capped. Every pair is still merged when the merge is executed.

Request

Responses

OK

Response Headers
    Content-Type