Customers
Update a customer
This API let’s you to update a customer’s information using customer_id.
patch/customers/{customer_id}
Path parameters
customer_idstring required
Example:01BX5ZZKBKACTAV9WEVGEMMVRZ
Request body
Example request
{
"name": "ACME Enterprise",
"primaryEmail": "admin@example.com"
}Response
Response for Get customer requests
Example response
{
"billingAddress": "201 Boulevard, WA 53123",
"status": "ACTIVE"
}