woocommerce_create_customer
Create new WooCommerce customer accounts with email, name, password, and address details to manage e-commerce store users.
Instructions
[UNIFIED] Create a new WooCommerce customer. Requires email, optionally includes name, username, password, billing, and shipping address.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| Yes | |||
| first_name | No | ||
| last_name | No | ||
| username | No | ||
| password | No | ||
| billing | No | ||
| shipping | No |