update_customer
Update a WooCommerce customer's name, email, billing, or shipping addresses. Modify only the fields you want to change and request specific response fields.
Instructions
Update customer details such as name, email, or addresses. Only include fields you want to change. Use fields param to request only needed fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID | |
| No | Customer email | ||
| fields | No | Comma-separated fields to return in response | |
| billing | No | Billing address | |
| shipping | No | Shipping address | |
| last_name | No | Last name | |
| first_name | No | First name |