update_customer
Update an existing customer's details by providing the customer ID. Only the specified fields are modified, leaving other information unchanged.
Instructions
Update an existing customer by ID. Only the provided fields will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The customer ID to update. | |
| fullname | No | Full name of the customer. | |
| No | Email address. | ||
| mobile | No | Mobile phone number. | |
| country | No | Country name or ISO code. | |
| city | No | City name. | |
| address | No | Street address. | |
| vat_number | No | VAT registration number. | |
| tax_office | No | Tax office name. | |
| postal_code | No | Postal / ZIP code. | |
| comments | No | Free-text comments about the customer. | |
| tag_names | No | Comma-separated tag names to assign. | |
| is_company_customer | No | Whether this is a company (B2B) customer. | |
| gender | No | Gender of the customer. | |
| title | No | Title / salutation (e.g. Mr, Mrs, Dr). | |
| company_name | No | Company name (for B2B customers). |