merge_customers
Merge duplicate customer records into a single target customer, automatically deleting the merged duplicates.
Instructions
Merge duplicate customers into a target; merged records are DELETED. Returns {success}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result_customer_id | Yes | ID of the customer to keep (the merge target) | |
| merged_customer_ids | Yes | IDs of customers to merge into the target (will be deleted) |