Create Customer
Create a new customer in the shop.
Parameters
Parameter | Description |
---|---|
Addresses | JSON array of address objects to set for the customer.Input example:[{
|
Email Address | Email address of the customer. Customer must have either a unique email or name. |
First Name | First name for the customer. Customer must have either a unique email or name. |
Last Name | Last name for the customer. Customer must have either a unique email or name. |
Metafields | JSON array of metafields to set on the customer.Input example:[{ "key":"new", "value":"newvalue", "type":"singlelinetext_field", "namespace":"global"}] |
Note | An additional note to save on the customer. |
Password | Initial customer password. Can also be set by the customer if sendemailinvite is true. |
Phone Number | E.164 formatted phone number of the customer. Customer must have either a unique email or phone number. |
Send Email Invite | Whether the customer should be sent an email invitation to verify and set credentials. |
Tags | Comma-separated list of tags to add to this customer. |
Verified Email | Whether the customer has verified their email address. |
Workflow Library Example
Create Customer with Shopify and Send Results Via Email
Preview this Workflow on desktop