create_customer
Adds a new customer to Shopify. Requires at least an email address; can include name, phone, address, and tags.
Instructions
Create a new customer. At minimum provide an email. Optionally include name, phone, address, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Customer email address. | ||
| first_name | No | First name. | |
| last_name | No | Last name. | |
| phone | No | Phone number in E.164 format (e.g. '+14155551234'). | |
| tags | No | Comma-separated tags. | |
| note | No | Internal note about the customer. | |
| addresses | No | Customer addresses. |