list_food_orders
Retrieve summaries of WooCommerce food orders, including customer, item count, total, and status. Supports filtering by date, status, location, and search.
Instructions
List WooCommerce food orders managed by WPCafe. Returns order summaries including customer, items count, total, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paged | No | Page number (default 1) | |
| search | No | Search by customer name, email, or order number | |
| status | No | Filter by WC order status (e.g. 'processing', 'completed', 'on-hold') | |
| date_to | No | Filter orders created on or before this date (YYYY-MM-DD) | |
| location | No | Filter by restaurant location ID | |
| per_page | No | Orders per page (default 10, max 100) | |
| date_from | No | Filter orders created on or after this date (YYYY-MM-DD) |