list_orders
List and search orders using filters like status, pagination, and limit. Returns order details including ID, status, items, and total value.
Instructions
List and search orders with filters. Returns order ID, status, items, total value. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by order status | |
| page | No | Page number | |
| limit | No | Orders per page |