Customers
Update a customer
Updates the information of a customer by defining the values for the passed parameters. Any parameters not supplied will remain unaltered.
POST
Path parameters
The ID of the customer.
Body parameters
The name of the customer.
The email of the customer.
The phone number of the customer.
The address of the customer
A Set of key-value pairs that can be used to store additional information about the customer.
Returns
If the request is successful, it returns a customer object with the updated information.