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
/
customers
/
{id}
Path parameters
id
string
The ID of the customer.
Body parameters
name
string
The name of the customer.
email
string
The email of the customer.
phone
string
The phone number of the customer.
address
object
The address of the customer
metadata
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.