Customers
Update Customer
Update fields of an existing customer.
PATCH
Use this endpoint to update a customer’s metadata, address, or other attributes.
Note: Certain fields like tax ID may require creating a new version depending on your audit policy.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Updated customer data
The body is of type object
.
Response
200 - application/json
Customer updated
The response is of type object
.