wafle_orders_list
List store orders with pagination and filters for status, date range, customer email, or search. Includes gateway metadata to correlate with payment status.
Instructions
List orders for a store with pagination + filters. Filters: status, date range, customer email, search.
Use this for any 'pendientes', 'enviados', 'últimos N días' style query. The response includes meta.gatewayId and meta.gatewayType so you can correlate with payment status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| No | Filter by customer email. | ||
| to_ts | No | Epoch seconds, upper bound on `created`. | |
| search | No | ||
| status | No | ||
| from_ts | No | Epoch seconds, lower bound on `created`. | |
| per_page | No | Items per page (1-200). |