Shopify · Arazzo Workflow
Shopify Create Customer With Address
Version 1.0.0
Create a customer record, attach a mailing address, then read the customer back.
Provider
Workflows
create-customer-with-address
Create a customer and attach a mailing address, returning the full record.
Creates a customer record, adds an address to it, and reads the customer back so the customer and address identifiers are available downstream.
1
createCustomer
createCustomer
Create the customer record with name, email, and phone.
2
addAddress
createCustomerAddress
Attach a mailing address to the newly created customer.
3
getCustomer
getCustomer
Read the customer back so callers receive the full record with addresses.