Retrieve all purchase orders.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Choose between ascending and descending order.
ASC
, DESC
Specify the number of the page you want to retrieve.
x >= 1
Specify the number of items you want to retrieve per page.
1 <= x <= 100
Filter purchase orders by purchase order number.
Filter purchase orders by external ID.
Filter purchase orders by supplier ID.
The response is of type object
.