woo_create_customer
Add a new customer to WooCommerce using their email, name, and optional billing or shipping details.
Instructions
Create a customer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Customer email | ||
| first_name | No | ||
| last_name | No | ||
| username | No | ||
| password | No | ||
| billing | No | ||
| shipping | No |