Management API
Customer
Merge Customers
3min
Merges one customer into another, if requesting manager has access permissions to it.
Updates customer on all orders from the customer provided in request body (customer_to_merge_id) to the customer provided in request URL and deletes the customer provided in request body (customer_to_merge_id).
URL: /api/v1/customers/{id}/merge/
Method: POST
Code: 200 OK
Content Examples:
Updated 05 Sep 2023
Did this page help you?