Create Customer

Create a new customer profile in Shopify.

Options

Field Definition Type Required
Create Password? Option to create a password for the new customer profile. Dropdown TRUE

Input

Field Definition Type Required
Customer
First Name Customer's first name. String TRUE
Last Name Customer's last name. String TRUE
Email Customer's email address. String TRUE
Phone Customer's phone number, in the format +<1><area-code><three-digit-prefix><line-number>; for example, +19092190964. String TRUE
Password Password for the customer profile; required if Yes is selected in the Create Password? dropdown. String TRUE
Confirm Password Password confirmation for the customer profile; required if Yes is selected in the Create Password? dropdown. String TRUE
Send Welcome Email? Option to send a welcome email when the customer profile is created; available if Yes is selected from the Create Password? dropdown. Dropdown TRUE
Multipass Identifier Unique identifier for the customer that's used with Multipass login. String FALSE
Note A note about the customer. String FALSE
Tags Comma separated list of tags that have been added to the customer. String FALSE
Tax Exempt? Indicates whether the customer is exempt from paying taxes on their order. Boolean FALSE
Tax Exemptions List of tax exemptions to apply to the customer. List of Text FALSE
Addresses Addresses for a customer. List of Objects FALSE
Email Marketing Consent
State The current email marketing state for the customer. Dropdown FALSE
Opt In Level The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email. Dropdown FALSE
Updated At Date and time when the customer consented to receive marketing material by email. If no value is provided, then the date and time when the consent information was sent is used. Date & Time FALSE

Output

Field Definition Type
ID Customer's globally unique identifier. Number
Email Customer's email address. String
Created At

Date and time when the object was created.

Date & Time
Updated At Date and time when the customer profile was last updated. Date & Time
First Name Customer's first name. String
Last Name Customer's last name. String
Orders Count Number of orders that the customer has made at the store in their lifetime. Number
State State of the customer's account with the shop. String
Total Spent Total amount that the customer has spent on orders in their lifetime. String
Last Order ID Globally unique identifier for the customer's last order. Number
Note A note about the customer. String
Verified Email? Indicates whether the customer has verified their email address. Boolean
Multipass Identifier Unique identifier for the customer that's used with Multipass login. String
Tax Exempt? Indicates whether the customer is exempt from paying taxes on their order. Boolean
Phone Customer's phone number. String
Tags Comma separated list of tags that have been added to the customer. String
Last Order Name Unique identifier for the order that appears on the order. For example, #1000 or _Store1001. This value is not unique across multiple stores. String
Currency Currency of the store. String
Addresses
ID Unique identifier for the address object. Number
Customer ID Customer's globally unique identifier. Number
First Name Customer's first name. String
Last Name Customer's last name. String
Company Customer's company name. String
Address1 Customer's first address line. String
Address2 Customer's second address line. String
City Customer's city. String
Province Customer's province or state. String
Country Customer's country. String
ZIP Customer's zip code. String
Phone Customer's phone number. String
Name Customer's full name. String
Province Code Customer's province code or state abbreviation. String
Country Code Customer's country code. String
Country Name Customer's normalized country name. String
Default? Indicates whether the address is the customer's default address. Boolean
Tax Exemptions List of tax exemptions to apply to the customer. List of Text
GraphicQL API ID Customer's unique identifier based on the pattern //shopify/Customer/{customer_id}. String
Default Address
ID Unique identifier for the address object. Number
Customer ID Customer's globally unique identifier. Number
First Name Customer's first name. String
Last Name Customer's last name. String
Company Customer's company name. String
Address1 Customer's first address line. String
Address2 Customer's second address line. String
City Customer's city. String
Province Customer's province or state. String
Country Customer's country. String
ZIP Customer's zip code. String
Phone Customer's phone number. String
Name Customer's full name. String
Province Code Customer's province code or state abbreviation. String
Country Code Customer's country code. String
Country Name Customer's normalized country name. String
Default? Indicates whether the address is the customer's default address. Boolean

Email Marketing Consent

State The current email marketing state for the customer. String
Opt In Level The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email. String
Updated At Date and time when the customer consented to receive marketing material by email. If no value is provided, then the date and time when the consent information was sent is used. Date & Time
SMS Marketing Consent

State

The current SMS marketing state for the customer. String
Opt In Level The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that was set when the customer consented to receive marketing information. String
Updated At Date and time when the customer consented to receive marketing material by SMS. If no value is provided, then the date and time when the consent information was sent is used. Date & Time
Collected From The source from which the SMS marketing information for the customer was collected. String

Related topics

Shopify connector

Workflow elements

Shopify API Reference