ls_update_customer
Update a customer's name, email, city, region, country, or set status to 'archived'. Provide customer ID and fields to modify.
Instructions
Update an existing customer's name, email, city, region, country, or status. The only supported status value is 'archived' — use ls_archive_customer for the dedicated, audit-tagged path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | The customer ID to update | |
| name | No | New name | |
| No | New email | ||
| city | No | New city | |
| region | No | New region/state | |
| country | No | New country (ISO 3166-1 alpha-2 code) | |
| status | No | Set to 'archived' to archive the customer. Equivalent to calling ls_archive_customer. |