Skip to main content

Create Merge Session (Single Pair)

POST 

/api/products/merge/create-session

Create a merge session for a single SKU pair without uploading a CSV. Validates that both SKUs exist and are compatible.

Authentication: Requires Bearer token.

Body fields:

  • old_sku (required, string): source SKU to merge from
  • destination_sku (required, string): destination SKU to merge into

Returns 422 if SKUs are the same, either SKU doesn't exist, or types are incompatible.

Request

Responses

Successful response