Search orders
ecwid_search_ordersSearch / list the store's orders with optional filters (keyword, customer email/id, payment & fulfillment status, coupon, created-date range). Returns a paged collection. Ecwid REST: GET /orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter by customer email. | ||
| limit | No | Max results per page (1-100). | |
| offset | No | Pagination offset. | |
| keyword | No | Full-text search term (order number, customer name, email…). | |
| created_to | No | Filter to orders created on/before this date (YYYY-MM-DD or Unix timestamp). | |
| coupon_code | No | Filter by applied coupon code. | |
| customer_id | No | Filter by customer id. | |
| created_from | No | Filter to orders created on/after this date (YYYY-MM-DD or Unix timestamp). | |
| payment_status | No | Filter by payment status: AWAITING_PAYMENT | PAID | CANCELLED | REFUNDED | PARTIALLY_REFUNDED | INCOMPLETE. | |
| fulfillment_status | No | Filter by fulfillment status: AWAITING_PROCESSING | PROCESSING | SHIPPED | DELIVERED | WILL_NOT_DELIVER | RETURNED | READY_FOR_PICKUP | OUT_FOR_DELIVERY. |