wp_woocommerce_list_orders
Fetch WooCommerce orders with customer details, totals, and status. Filter by order status and paginate results for easy management.
Instructions
List WooCommerce orders with customer info, totals, and status. Supports filtering by status and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| status | No | Filter by status: "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed" | |
| per_page | No | Items per page (default: 20) |