woo_list_orders
List WooCommerce orders with filters for status, customer, product, date range, and pagination.
Instructions
List WooCommerce orders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | any | |
| customer | No | Customer ID | |
| product | No | Product ID | |
| per_page | No | ||
| page | No | ||
| after | No | Orders after date (YYYY-MM-DD) | |
| before | No | Orders before date (YYYY-MM-DD) |