List Purchase Orders
List purchase orders, filtered by status, counterparty, or delivery window.
GET
Overview
Returns a page of purchase orders. The two queries that earn their keep are what is in production and what is due to deliver soon — a PO slipping its delivery date is what puts financed tranches at risk.Query
string
Only purchase orders to this supplier.
string
Filter by purchase order status.
integer
Page size.
integer
Number of results to skip.
string
Opaque cursor for keyset pagination — pass the previous response’s
next_cursor.Response
array
required
The purchase orders, each shaped as in
Get Purchase Order.
boolean
required
Whether further pages exist.
string
Cursor for the next page. Absent on the last page.