Partially update an existing customer
PATCH/api/v2/customers/:customerId
Use this method to update one or more customer properties without resubmitting the full customer update contract. Only the provided fields are applied; all other customer values are preserved.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful execution
Bad request, invalid parameters
Unauthorized, valid token was not supplied
Forbidden, the user does not have permission to execute this function
Server error, details will be included in the response.