create_customer
Create a new customer account using a required unique email address. Optionally include billing, shipping, and personal details, and specify only needed fields in the response.
Instructions
Create a new customer account. Email is required and must be unique. Use fields param to request only needed fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Customer email | ||
| fields | No | Comma-separated fields to return in response | |
| billing | No | Billing address | |
| shipping | No | Shipping address | |
| username | No | Username | |
| last_name | No | Last name | |
| first_name | No | First name |