Shopify · Arazzo Workflow
Shopify Upsert a Customer by Email
Version 1.0.0
Search for a customer by email and update it if it exists, otherwise create it.
Provider
Workflows
upsert-customer-by-email
Upsert a single customer keyed on their email address.
Looks for an existing customer whose email matches the supplied value and either updates the matched customer or creates a new one.
1
findCustomer
searchCustomers
Search for a customer by email address, returning at most one candidate match.
2
updateExisting
updateCustomer
Update the matched customer with the supplied profile fields.
3
createNew
createCustomer
Create a new customer using the supplied fields when no existing customer matched the email.