Close menu
Explore Plans
Mobile menu Close menu
Shopify

Create customer

This action will create a new customer in Shopify.

Developer info

API endpoint slug
shopify.create_customer
Filter code method
Shopify.createCustomer.skip(string?: reason)
Runtime method
runAction("shopify.create_customer", {})

Action fields

Email Text input > Other

Label
Email address
Helper text
The email address for the new customer
Slug
email
Required
true
Can have default value
true
Filter code method
Shopify.createCustomer.setEmail(string: email)

First name Text input > Other

Label
First Name
Helper text
The customer's first name
Slug
first_name
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setFirstName(string: first_name)

Last name Text input > Other

Label
Last Name
Helper text
The customer's last name
Slug
last_name
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setLastName(string: last_name)

Phone Text input > Other

Label
Customer Phone
Helper text
The customer's phone number
Slug
phone
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setPhone(string: phone)

Company Text input > Other

Label
Company Name
Helper text
The customer's company name
Slug
company
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setCompany(string: company)

Address1 Text input > Other

Label
Street Address
Helper text
Street address (line 1)
Slug
address1
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setAddress1(string: address1)

City Text input > Other

Label
City
Helper text
City name
Slug
city
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setCity(string: city)

Province Text input > Other

Label
State
Helper text
State or province
Slug
province
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setProvince(string: province)

Country Text input > Other

Label
Country
Helper text
Country name
Slug
country
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setCountry(string: country)

Zip Text input > Other

Label
Zip Code
Helper text
Postal or zip code
Slug
zip
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setZip(string: zip)

Tags Text input > Tags

Label
Tags
Helper text
Comma-separated tags for the customer
Slug
tags
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setTags(string: tags)

Note Text input > Long text

Label
Note
Helper text
Additional notes about the customer
Slug
note
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setNote(string: note)

Send email invite Dropdown list

Label
Send Email Invite
Helper text
Send an email invitation to the customer
Slug
send_email_invite
Required
false
Can have default value
true
Filter code method
Shopify.createCustomer.setSendEmailInvite(string: send_email_invite)