List WooCommerce Orders
wc_list_ordersRetrieve WooCommerce orders with optional status filter, returning order ID, status, total, customer info, and line items for WordPress site audits.
Instructions
List WooCommerce orders with optional status filter. Returns order ID, status, total, customer info, and line items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| status | No | Filter by order status. | any |
| per_page | No | ||
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable. | markdown |