Skip to main content
Version: v1.0.0(int)

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

HTTPcodeCondition
404not_foundNo such PO.

Workflow

Calls W118 List items for a purchase order.