Get Orders
whmcs_get_ordersRetrieve WHMCS orders with optional filters for ID, status, client, and pagination. Get precise order data for reporting or integration.
Instructions
Get orders with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Specific order ID | |
| status | No | Filter by status | |
| userid | No | Filter by client ID | |
| limitnum | No | Number of results | |
| limitstart | No | Starting offset |