update_customer
Update an existing customer's details like name, email, phone, or marketing preferences. Only provided fields are modified, preserving unmentioned information.
Instructions
Update an existing customer. Only provided fields are modified. Use add_customer_address / update_customer_address tools for address management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dob | No | Birth date in YYYY-MM-DD. | |
| note | No | ||
| tags | No | Comma-separated tags. | |
| No | |||
| phone | No | ||
| gender | No | ||
| last_name | No | ||
| first_name | No | ||
| customer_id | Yes | Customer ID to update. Required. | |
| verified_email | No | ||
| accepts_marketing | No |