E118: List items for a purchase order
GET /api/purchase-orders/:id/items
Returns the line items for one PO. Triggered from Purchase Order Detail.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body. No pagination (a PO has a bounded item count).
Response — 200 OK
{ "data": [ PurchaseOrderItem, ... ] }
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such PO. |