# Shopify Connector - New/updated customer trigger

This trigger checks for new or updated customers in Shopify on every poll interval.

Each customer will be processed as a new job.

# Input

Field Description
Trigger poll interval How often to poll for new customers.
When first started, this recipe should pick up events from Get customers since the given date/time. Leave empty to get all customers created from time when recipe is first started. Once recipe has been run or tested, value cannot be changed.

# Output

Field Description
Customer ID A unique identifier for the customer.
First name The customer's first name.
Last name The customer's last name.
Email The unique email address of the customer.
Phone The unique phone number for this customer.
Admin GraphQL API ID The Admin GraphQL API ID.
Marketing opt in level 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 will be set to null.
Accepts marketing Whether the customer has consented to receive marketing material via email.
Created at The date and time when the customer was created.
Updated at The date and time when the customer was updated.
Orders count The number of orders associated with this customer.
State he state of the customer's account with a shop.
Total spent The total amount of money that the customer has spent across their order history.
Last order ID The ID of the customer's last order.
Note A note about the customer.
Verified email Whether the customer has verified their email address.
Multipass identifier A unique identifier for the customer that's used with Multipass login. Find out more about Shopify Multipass login.
Tax exempt Whether 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.
Tags Tags 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 name The name of the customer's last order. This is directly related to the name field on the Order resource.
Default address The default address for the customer. The default address has the following properties:
  • address1
  • address2
  • city
  • company
  • country
  • country_code
  • country_name
  • customer_id
  • default
  • first_name
  • id
  • last_name
  • name
  • phone
  • province
  • province_code
  • zip
Addresses A list of the ten most recently updated addresses for the customer. Each address has the following properties:
  • address1
  • address2
  • city
  • company
  • country
  • country_code
  • country_name
  • customer_id
  • default
  • first_name
  • id
  • last_name
  • name
  • phone
  • province
  • province_code
  • zip
Metafields Metafields for the customer.


Last updated: 3/17/2021, 9:39:07 PM

On this page