- write_customers.
External DocumentationTo learn more, visit the Shopify documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Addresses | JSON array of address objects to set for the customer. All fields are optional. For example: Note: For more information regarding the Addresses parameter, visit Shopify API documentation |
| Customer ID | The ID of the customer to update. For example: gid://shopify/Customer/10079785100 |
| Email Address | Email address of the customer. |
| First Name | First name for the customer. |
| Last Name | Last name for the customer. |
| Phone Number | E.164 formatted phone number of the customer. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Locale | The customer’s locale. |
| Metafields | JSON array of additional Metafields to associate to the customer.For example: Note: For more information regarding the Metafields parameter, visit Shopify API documentation |
| Note | An note to save on the customer. For example: |
| Tags | A comma-separated list of tags to add to this customer. For example: |
| Tax Exempt | When checked, the customer is exempt from paying taxes on their order. |
| Tax Exemptions | The list of tax exemptions to apply to the customer. Note: For more information about the Tax Exemptions parameter, visit Shopify API documentation |