Skip to main content
POST
Update a customer

Path parameters

string
The ID of the customer.

Body parameters

string
The name of the customer.
string
The email of the customer.
string
The phone number of the customer.
object
The address of the customer
key-value array
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.