get_dashboard_food_orders
Retrieve paginated food orders from dashboard analytics, filtered by order status and branch for efficient order management.
Instructions
Get a paginated list of food orders from the dashboard analytics view, optionally filtered by status and branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paged | No | Page number | |
| branch | No | Branch ID or 'all' | |
| status | No | Filter by WC order status | |
| per_page | No | Orders per page (default 10) |