Management API
Customer
Update Customer
3min
Updates a customer, if requesting manager has access permissions to it.
URL: /api/v1/customers/{id}/
Method: PATCH
- email - String
- first_name - String
- last_name - String
- company_name - String
- phone - String
- reference - String
- address - String
- postcode - String
- city - String
- country - String
- state - String
- customer_account - Integer
- "metadata"-JSON

Code: 200 OK
Content Examples:


Updated 09 Nov 2023
Did this page help you?