Upload Merge CSV
POST/api/products/merge/upload
Upload a CSV file with product merge pairs. Validates the SKU pairs and creates a session (cached for 2 hours) for preview and execution.
Authentication: Requires Bearer token.
Content-Type: multipart/form-data
Body fields:
- file (required): CSV or TXT file with columns old_sku and destination_sku
Request
Responses
- 200
Successful response