Update a Customer
PATCH
/v1/customers/:id
Updates the customer with the given ID and provided attributes.
Attributes
name
The name of the customer.
The email of the customer.
city
The city of the customer.
region
The region of the customer.
country Optional
The ISO 3166-1 two-letter country code for the customer (e.g. US
, GB
, etc).
status Optional
The email marketing status of the customer. One of:
archived
- This customer has been archived and will no longer receive marketing emails.
Returns
Returns the updated customer object.