Shopify - Create customer action

This action creates a customer in Shopify.

Input

FieldDescription
First nameProvide the first name.
Last nameProvide the last name.
NoteNotes about the customer.
TagsComma-separated short descriptors.
Accepts marketingSelect from the picklist or enter your own value to specify whether the customer consented to receive marketing materials.
Opt in levelProvide the opt in level that the customer gave when they consented to receive marketing material by email. Accepts marketing field should be set to Yes to set this field. Allowed values are single_opt_in, confirmed_opt_in, and unknown.
Consent updated atThe date and time when the customer consented to receive marketing material by email. If no date is provided, the date and time when the consent information was sent are used. Accepts marketing field should be set to Yes to set the value to this field.
Tax exemptSelect from the picklist or enter your own value to specify whether to charge taxes when customers place orders.
PhoneProvide the phone number.
EmailProvide the email.
AddressProvide the address.
CityProvide the city.
Postal/zip codeProvide a postal or zip code.
CountrySelect from the picklist or enter a value. If you enter the country, you must provide the province/state/region code in the next field.
State/province codeThis field is required if you entered a value in the Country field. Enter the province/state/region code. For example, AB for Alberta.

Output

Object-specific output fields are dynamically rendered based on the object definition of a customer in your Shopify instance.

FieldDescription
Customer IDA unique identifier for the customer.
First nameThe customer's first name.
Last nameThe customer's last name.
EmailThe unique email address of the customer.
PhoneThe unique phone number for this customer.
Admin GraphQL API IDThe Admin GraphQL API ID.
Marketing opt in level (deprecated)The marketing subscription opt-in level that the customer gave when they consented to receive marketing material by email. If the customer does not accept email marketing, then this property is set to null. Use Email marketing consent instead.
Accepts marketing (deprecated)Whether the customer has consented to receive marketing material via email. Use Email marketing consent instead.
Email marketing consentInformation that describes when a customer consented to receiving marketing material by email, including:
- State
- Opt in level
- Consent updated at
Created atThe date and time when the customer was created.
Updated atThe date and time when the customer was updated.
Orders countThe number of orders associated with this customer.
StateThe state of the customer's account with a shop.
Total spentThe total amount of money that the customer has spent across their order history.
Last order IDThe ID of the customer's last order.
NoteA note about the customer.
Verified emailWhether the customer has verified their email address.
Multipass identifierA unique identifier for the customer that's used with Multipass login. Find out more about Shopify Multipass login.
Tax exemptWhether the customer is exempt from paying taxes on their order. If true, then taxes won't be applied to an order at checkout. If false, then taxes will be applied at checkout.
TagsTags that the shop owner has attached to the customer, formatted as a string of comma-separated values. A customer can have up to 250 tags. Each tag can have up to 255 characters.
Last order nameThe name of the customer's last order. This is directly related to the name field on the Order resource.
Default addressThe default address for the customer. The default address has the following properties:
- ID
- First name
- Last name
- Name
- Company
- Address 1
- Address 2
- City
- Province code
- Province
- Country code
- Country
- Country name
- Zip
- Phone
- Default
AddressesA list of the ten most recently updated addresses for the customer. Each address has the following properties:
- ID
- First name
- Last name
- Name
- Company
- Address 1
- Address 2
- City
- Province code
- Province
- Country code
- Country
- Country name
- Zip
- Phone
- Default
MetafieldsA list of metafields for the customer. Each metafield has the following properties:
- ID
- Key
- Metafield name
- Value
- Value type
- Description
- Owner
- ID
- Owner resource
- Created at
- Updated at

Last updated: