update_customer
Keep customer records accurate by updating their address, city, state, ZIP, or name using the customer ID. Modify existing customer information in Shopmonkey.
Instructions
Update an existing customer's information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The customer ID to update | |
| zip | No | ZIP code | |
| city | No | City | |
| state | No | State | |
| address | No | Street address | |
| lastName | No | Customer last name | |
| firstName | No | Customer first name |