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: [{ "address1": "Chestnut Street 92", "address2": "Apartment 2", "city": "Louisville", "company": null, "country": "united states", "first_name": "Bob", "id": 207119551, "last_name": "Norman", "phone": "555-625-1199", "province": "Kentucky", "zip": "40202", "province_code": "KY", "country_code": "US", "country_name": "United States", "default": true }] |
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":"single_line_text_field", "namespace":"global" }] |
Note | An additional note to save on the customer. |
Password | Initial customer password. Can also be set by the customer if send_email_invite 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-separatedlist 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