Update Customer

PATCH /customers/:id

You can update a customer by providing any of the following fields:

PropertyTypeDescription
firstNamestringFirst name of customer
lastNamestringLast name of customer
memberNumbernumberMember number of the customer
emailstringEmail of customer
phonenumberPhone number of customer
phoneCountryCodestringISO Country code of phone number
addressstringAddress of customer
address2stringAddress 2 of customer
postalCodestringPostal code of customer
citystringCity of customer
countrystringISO Country code of customer
birthdatestringBirth date for the customer
avatarstring (UUIDv4)Id of the image used for the avatar
notestringNote for the customer

Set to null to remove the field.

Previous
Create Customer
Next
Delete Customer