request_customer_merge
Merge duplicate customers by combining order history and addresses from a source customer into a target customer record.
Instructions
Merge one customer into another (combines order history, addresses, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note about the merge | |
| sourceCustomerId | Yes | Customer ID to merge from (will be deleted) | |
| targetCustomerId | Yes | Customer ID to merge into (will be kept) |