rr_list_purchase_orders
List purchase orders with filters for status, vendor, and search terms. Supports pagination for managing inventory orders.
Instructions
List purchase orders with filtering by status, vendor, and search. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50, max 200) | |
| offset | No | Pagination offset | |
| search | No | Search by PO number | |
| status | No | Filter by status (comma-separated: draft,sent,approved,received,cancelled) | |
| vendor_id | No | Filter by vendor ID |