---
title: "Retrieves the collection of PurchaseOrder resources."
method: GET
path: "/purchase_orders"
tags: ["PurchaseOrder"]
---

# Retrieves the collection of PurchaseOrder resources.

`GET /purchase_orders`

Retrieves the collection of PurchaseOrder resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

PurchaseOrder collection

- PurchaseOrder[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string
  - `vendorId` string — Vendor Id
  - `vendorName` string, nullable — Vendor name
  - `currency` string, nullable — Currency code e.g. USD
  - `totalAmount` integer — Total amount of the purchase e.g. 1000
  - `poStatus` string, nullable — Purchase order status, either open or closed e.g. Open
  - `created` string, date-time, nullable — Date entry was created
  - `modified` string, date-time, nullable — Date entry was last modified
  - `referenceNumber` string, nullable — Purchase order reference number
  - `deliveryDate` string, nullable — Date purchase order was delivered
  - `subtotal` integer, nullable — Subtotal
  - `txnStatus` string, nullable — Transaction status

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
