tiendanube_update_customer
Modify existing customer information including name, email, phone, address, and notes. Only provided fields are updated, keeping other data unchanged.
Instructions
✏️ UPDATE CUSTOMER - Modify existing customer information including personal details, contact information, and internal notes. Use this for customer profile updates, data corrections, preference changes, and maintaining accurate customer records. All fields are optional except customer_id - only provided fields will be updated, preserving existing data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | The unique ID of the customer to update | |
| name | No | Customer full name | |
| No | Customer email address | ||
| password | No | Customer password. | |
| phone | No | Customer phone number | |
| identification | No | Customer identification/document number | |
| note | No | Internal notes about the customer | |
| address | No | Customer address street | |
| city | No | Customer city | |
| province | No | Customer province/state | |
| country | No | Customer country | |
| zipcode | No | Customer ZIP/postal code | |
| number | No | Address number | |
| floor | No | Address floor/apartment |