update_customer
Modify customer details like name, contact information, and address to keep records current and accurate in the Shopmonkey system.
Instructions
Update an existing customer's information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The customer ID to update | |
| firstName | No | Customer first name | |
| lastName | No | Customer last name | |
| No | Customer email address | ||
| phone | No | Customer phone number | |
| address | No | Street address | |
| city | No | City | |
| state | No | State | |
| zip | No | ZIP code |