Shopify - Search customers action

This action searches for customers in Shopify. All customers that match the search criteria will be returned.

Input

FieldDescription
First nameThe customer's first name.
Last nameThe customer's last name.
EmailThe unique email address of the customer.
Customer IDA unique identifier for the customer.

Output

The output to this action is a list of customers. Each customer includes the following datapills.

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: