W119: List items across purchase orders
Returns PO line items spanning multiple POs. Triggered from cross-PO views (reporting, lookups by material or SKU).
Steps
- List items with filters. Call
PurchaseOrders.listAllItems(filters); the L2 op supportsmaterialId,skuId, andstatus.
Returns
PO line items matching the filters.
Business rules
- No header hydration by default. Callers needing PO header context (vendor, status) hydrate via separate calls. This keeps the workflow tight; cross-PO reports often only need the item-level data.
Errors
None.