Skip to main content
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.
This endpoint supports both offset and keyset pagination. Prefer after: keyset paging is stable while the underlying set changes, where offset can skip or repeat rows as purchase orders move through their lifecycle. Use offset only when you need to jump to an arbitrary page.

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.