Update Customer
Updates one or more profile fields for an existing customer. All fields are optional — only provided fields are changed.
Body
firstName
StringCustomer's first name.
lastName
StringCustomer's last name.
phone
StringCustomer's phone number.
country
String2-letter ISO country code.
address
StringCustomer's residential or business address.
metadata
ObjectArbitrary key-value pairs. Only provided fields are changed.
PATCH
/ v2/customers/:id
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response