Update client status
update_client_statusSet a client's account status to active, inactive, or fraud. Inactive/fraud clients cannot log in; fraud additionally blocks new orders.
Instructions
Set a client's status to active, inactive or fraud. Wraps Clients.edit(client_id, {status}). Inactive/fraud clients cannot log in; fraud also blocks orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status | |
| client_id | Yes | Numeric client ID |