Update Customer
PATCH/customers/:customer_id
Updates an existing customer's attributes.
Only provided attributes will be updated; others remain unchanged. The customer's ID and creation timestamp cannot be modified. Extra metadata and tags can be added or removed independently.
Request
Responses
- 200
- 404
- 422
Customer successfully updated. Returns the updated Customer object.
Customer not found. The specified customer_id does not exist
Validation error in update parameters