Merge Customers

NOTE

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

Data example

{
    "customer_to_merge_id": 1013240
}

Success Response

Code : 200 OK

Content examples :

{
    "message": "Merged."
}

Last updated

Was this helpful?