Merge 2 customers by moving all related data to customer to be keeped and delete other customer
Method | /MergeCustomers |
The request body is of type MergeCustomers.
Name | Description | Data Type |
---|---|---|
keepCustomerId | xml:int | |
deleteCustomerId | xml:int |
|
The response body is of type MergeCustomersResponse.
Name | Description | Data Type |
---|---|---|
MergeCustomersResult | xml:boolean |
|