update_customer
Update an existing Shopify customer by specifying only the fields to change; all other fields remain unchanged.
Instructions
Update an existing customer. Only provided fields are changed; omitted fields remain unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | The numeric Shopify customer ID. | |
| No | New email. | ||
| first_name | No | New first name. | |
| last_name | No | New last name. | |
| phone | No | New phone number. | |
| tags | No | New comma-separated tags (replaces existing). | |
| note | No | New internal note. |