Skip to main content
Required scopes: inventory_read

Arguments

String
Forward pagination cursor — returns items after it. Pass an edges[].cursor or pageInfo.endCursor from a previous page.
String
Backward pagination cursor — returns items before it. Pass an edges[].cursor or pageInfo.startCursor from a previous page.
Int
Forward pagination: returns the first N items (max 100, default 25). Use with after; mutually exclusive with last/before.
Int
Backward pagination: returns the last N items (max 100, default 25). Use with before; mutually exclusive with first/after.
Which key to sort by (defaults to the first key, newest-first). Combine with reverse to flip direction.
Boolean
Reverses the sort direction selected by orderBy (or its default).
Only return purchase orders with this status.
ID
Only return purchase orders for this supplier.

Returns

A paginated list of PurchaseOrder items.

Example