Customers
Update Customer
Update a customer
PUT
/
customers
/
{id_or_email}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The name of the store to perform actions on via the API
Path Parameters
ID or email associated with the customer
Body
application/json
Customer email
Customer name
Customer surname
Customer phone
Customer phone country code
Customer country code
Customer street address
Customer street address additional info
Customer city
Customer postal code
Customer state
Was this page helpful?