purchaseOrders
query
List purchase orders
Retrieves a paginated list of purchase orders, with filtering by date, customer, status, and document set.
query {
purchaseOrders(companyId: Int!, options: PurchaseOrderOptions): PurchaseOrders!
}Returns: PurchaseOrders!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | PurchaseOrderOptions |