woocommerce_update_customer
Update customer details in WooCommerce stores, including name, email, billing, and shipping information. Modify existing customer records to maintain accurate data for ecommerce operations.
Instructions
[UNIFIED] Update an existing WooCommerce customer. Can update name, email, billing, shipping, and other customer fields.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| customer_id | Yes | ||
| first_name | No | ||
| last_name | No | ||
| No | |||
| billing | No | ||
| shipping | No |