> For the complete documentation index, see [llms.txt](https://help.konnektive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.konnektive.com/konnektive-crm/customer-service/merge-existing-customers.md).

# Merge Existing Customers

This functionality allows existing customers with the same **email address** or **phone number** to be merged into one customer.

A new order will be automatically associated to an existing customer during order processing if the order’s **emailAddress** or **phoneNumber** value matches to that of an existing customer, AND the **firstName** or **lastName** value also matches.

The new order will always create a new, separate customer if the **disableCustomerDedup** parameter is sent with the value “1” on the Import Lead or Import Order API call.

### &#x20;Instructions <a href="#mergeexistingcustomers-instructions" id="mergeexistingcustomers-instructions"></a>

* To see and use the Merge Customers button, first enable the **Merge Customers** functionality for the user from the **Edit User** page. Create a User

<figure><img src="/files/DQs5L2uStpna6vurq2Bo" alt=""><figcaption></figcaption></figure>

* From the **Customer Details** page, you will see a **Merge** button ONLY if another customer with the same email or phone is found for the current customer.

<figure><img src="/files/tSyQyzTMgnSBt0UZom4p" alt=""><figcaption></figcaption></figure>

* Click the Merge button.
* Select all customers to be merged into the current customer.

<figure><img src="/files/zHjFPPxWeqzofOOPM6GD" alt=""><figcaption></figcaption></figure>

* Update any info as needed that will be the final combined customer info on the current customer. First Name, Last Name, Email Address, Phone Number, Billing Address, Shipping Address, Shopping Cart Account Login and Password, Custom 1-5 values, Do Not Sell Name, SMS Contact, Tax Exempt, and Credit Amount can be updated.
* Click **Merge**.
* Click **Yes, I’m Sure** if you are sure you want to merge the customers.

<figure><img src="/files/LV9N1fXlLOemzH23mQH8" alt=""><figcaption></figcaption></figure>

* All orders, transactions, fulfillments, purchases, memberships, and customer history from the selected customers will be merged into the current customer.
* The page will refresh, and you will be able to see the all the orders on the current page when the merge has been completed.

{% hint style="danger" %}
Only merge customers if you are absolutely sure! This action CANNOT be undone!
{% endhint %}

### &#x20;Related articles <a href="#mergeexistingcustomers-relatedarticles" id="mergeexistingcustomers-relatedarticles"></a>

* [Rerun a Declined New Sale](/konnektive-crm/customer-service/rerunning-a-declined-new-sale.md)
* [Cancel or Pause a Subscription](/konnektive-crm/customer-service/cancelling-or-pause-a-subscription.md)
* [Customer Service Tutorial](/konnektive-crm/customer-service/customer-service-tutorial.md)
* [Locate a Customer Record](/konnektive-crm/customer-service/locating-a-customer-record.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.konnektive.com/konnektive-crm/customer-service/merge-existing-customers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
