merge_customers
Destructive
Merge duplicate customers into one target and delete the merged records to consolidate customer data.
Instructions
Merge duplicate customers into a target; merged records are DELETED. Returns {success}.
Input Schema
TableJSON 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) |