Update Customer
Updates a customer's information based on ID.
Parameters
Parameter | Description |
---|---|
Addresses | JSON array of address objects to set on the customer.Input example:[{
|
Customer ID | The ID of the customer to update. |
Email Address | New email address of the customer. Must be unique, will error if a customer exists already with the email. |
First Name | Customer's first name. |
Last Name | Customer's last name. |
Metafields | JSON array of metafields to set on the customer.Input example:[{ "key":"new", "value":"newvalue", "type":"singlelinetext_field", "namespace":"global"}] |
Note | An additional note to save on the customer. |
Phone Number | E.164 formatted phone number of the customer. |
Tags | Comma-separated list of tags to set on this customer. |
Workflow Library Example
Update Customer with Shopify and Send Results Via Email
Preview this Workflow on desktop