list_merchant_orders
Retrieve merchant store orders with filters for status, date range, or search query. Find specific orders quickly by filtering based on order ID, customer name, or email.
Instructions
List merchant store orders with optional status, date range, or search filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Number of orders per page | |
| search | No | Search query (order ID, customer name, email) | |
| status | No | Order status filter | |
| toDate | No | Filter orders up to date (YYYY-MM-DD) | |
| fromDate | No | Filter orders starting from date (YYYY-MM-DD) |