wafle_checkout_orders_list
List checkout pipeline orders for a Wafle store. Filter results by status, creation date (since), or customer email.
Instructions
List orders from the wafle_orders table for a store. Returns the new checkout pipeline (cart→MP/Stripe/transfer→paid). Filterable by status, date floor (since, ISO 8601), and customer email. For legacy WC orders use wafle_orders_list (different table).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| No | |||
| limit | No | ||
| since | No | ISO 8601 datetime, lower bound on created_at. | |
| until | No | ISO 8601 datetime, upper bound on created_at. | |
| offset | No | ||
| status | No |