Update a customer
Customers
Update a customer
Update an existing customer in the store. Requires the WRITE_CUSTOMERS scope.
PUT
Update a customer
Updates an existing customer; at least one field must be supplied and any new email must stay unique within the store. The id may be the customer record id or the underlying user id. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The customer record id, or the underlying user id of the customer.
Body
application/json
Fields accepted when updating a customer. At least one field must be supplied.
Response
The updated customer.

