This method is used to update info about existing customer. customer_id must be passed in URL (mandatory).

Example request demonstrates updating information about customer created in the previous section: changing the first name from 'John' to 'Jane' and changing an email to [email protected].

Response Codes

200Customer was updated successfully
400Request parameter is absent or incorrect. For example, wrong email address.
401Authorization failed
404Customer with such ID was not found
405Method not allowed: customer ID is empty
409Customers with such email already exists
500Server error
Language
Authorization
Header
Click Try It! to start a request and see the response here!