This action has been deprecated and will no longer be available in new workflows.

Updates a customer’s information based on ID.

Parameters

ParameterDescription
AddressesJSON array of address objects to set on the customer.Input example:[{ "address1": "Chestnut Street 92", "address2": "Apartment 2", "city": "Louisville", "company": null, "country": "united states", "first_name": "Bob", "id": 207119551, "last_name": "Norman", "phone": "555-625-1199", "province": "Kentucky", "zip": "40202", "province_code": "KY", "country_code": "US", "country_name": "United States", "default": true}]
Customer IDThe ID of the customer to update.
Email AddressNew email address of the customer. Must be unique, will error if a customer exists already with the email.
First NameCustomer’s first name.
Last NameCustomer’s last name.
MetafieldsJSON array of metafields to set on the customer.Input example:[{ "key":"new", "value":"newvalue", "type":"single_line_text_field", "namespace":"global"}]
NoteAn additional note to save on the customer.
Phone NumberE.164 formatted phone number of the customer.
TagsComma-separated list of tags to set on this customer.

Workflow Library Example

Update Customer with Shopify and Send Results Via Email

Workflow Library

Preview this Workflow on desktop