list_warehouse_pickings
Retrieve paginated lists of warehouse pickings for imports, exports, and transfers, with filters by type, status, date, warehouse, and SKU.
Instructions
List warehouse picking documents (nhập/xuất/chuyển kho). Paginated.
IMPORTANT for AI:
Type: 1=shelf transfer, 2=import, 3=export, 4=warehouse transfer
Use 'q' to search by code, order number, or shipping code.
Include: moves.sku,order,processer,doner,handoverer,handover,assigner,waiting_revoker,revoker
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by code, order, shipping, picking code | |
| warehouse_id | No | Source warehouse filter | |
| warehouse_dest_id | No | Destination warehouse (for transfers) | |
| type | No | 1=shelf transfer, 2=import, 3=export, 4=warehouse transfer | |
| status | No | Status filter | |
| sku_sku | No | Filter by SKU | |
| include | No | Relations: moves.sku,order,processer,doner,handoverer,handover,assigner,waiting_revoker,revoker | |
| start_create_date | No | Creation date start (YYYY-MM-DD) | |
| end_create_date | No | Creation date end (YYYY-MM-DD) | |
| start_done_date | No | Completion date start (YYYY-MM-DD) | |
| end_done_date | No | Completion date end (YYYY-MM-DD) | |
| sort | No | Sort order (default id:-1) | id:-1 |
| limit | No | Page size | |
| page | No | Page number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||