Merge Customers
Last updated
Was this helpful?
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
{
"customer_to_merge_id": 1013240
}Code : 200 OK
Content examples :
{
"message": "Merged."
}Last updated
Was this helpful?
Was this helpful?