Update customer
update_customerUpdate a customer's note, first name, last name, or email. Provide the customer ID and the fields to modify.
Instructions
Update a customer (plain JSON PATCH). Updatable fields: note, first_name, last_name, email. Call get_operation_schema("UpdateCustomer") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID (UUID). | |
| customer | Yes | Fields to update, matching the UpdateCustomerRequest schema (see get_operation_schema("UpdateCustomer")). Must not be empty. |