cURL
curl --request POST \ --url https://app.alana.shopping/api/workspace/{workspaceId}/catalogs/{catalogId}/merge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "source_catalog_id": "<string>", "conflict_resolution": "skip" } '
{}
Merge another catalog into this one
Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
The workspace ID
ID of the catalog to merge from
keep_existing
overwrite
skip
Catalogs merged successfully
The response is of type object.
object