list_orders
Retrieve studio production orders with filtering by Kanban status and customer search, plus pagination to browse results.
Instructions
List studio production orders with filtering by Kanban status, customer search, and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Pagination page number (default: 1) | |
| limit | No | Maximum number of orders to return (default: 20, max: 100) | |
| search | No | Search query matching customer name, phone number, email, or order ID | |
| status | No | Filter orders by Kanban status: 'pending', 'confirmed', 'printing', 'post_processing', 'ready', 'shipped', 'completed', or 'cancelled' |