Skip to main content

Undo Customer Merge

POST 

/api/v2/customers/merge-logs/:mergeLog/undo

Reverse a previous customer merge: un-archives the secondary customer and moves the records that were reassigned during the merge back to it.

Required scope: customers:write

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

A merge can only be reversed once, and only within 30 days of the original merge; attempting to reverse an already-reversed or expired merge fails. Use the merge_log_id returned by Merge Customers as the path parameter.

Authentication: Requires Bearer token with the customers read/write scope and the customer merge permission.

Request

Responses

OK

Response Headers
    Content-Type