list_purchase_orders โ Purchase Orders
Lists SAP purchase orders (orders we place with suppliers) from the live system, filtered by supplier, date, status, or amount.
Lists SAP purchase orders (orders we place with suppliers) from the live system, filtered: doc number, card code, date, status, total. Read-only. Reach for it when the user asks about purchase orders โ “open POs to V001”, “purchases above 10000 last quarter”. These are outbound orders TO suppliers. Omit any filter to leave it off.
Try these prompts
- “show me our purchase orders”
- “open POs to V001”
- “purchases above 10000 last quarter”
ื ืกื ืื ืืขืืจืืช
- “ืืฆื ืืช ืืืื ืืช ืืจืืฉ ืฉืื ื”
- “ืืืื ืืช ืจืืฉ ืคืชืืืืช ืืกืคืง”
- “ืจืืฉ ืืขื ืกืืื ืืกืืื ืืจืืขืื ืืืืจืื”
Arguments
| Arg | Required | Meaning |
|---|---|---|
card_code | optional | One supplier, e.g. V001. Omit for all. |
from_date | optional | Order date on/after, YYYY-MM-DD. |
to_date | optional | Order date on/before, YYYY-MM-DD. |
document_status | optional | open or closed. |
min_amount | optional | Minimum order total. |
max_amount | optional | Maximum order total. |
top | optional | Max rows returned. |
Example result
2 open purchase orders to V001 Global Supply. PO 30007 โ 2026-02-11, $8,400 ยท PO 30011 โ 2026-03-22, $11,750.
Related
list_sales_ordersโ customer orders (inbound), the counterpart.get_purchase_orderโ one PO when the user names a single PO number.