---
title: "Retrieves a PurchaseOrder resource."
method: GET
path: "/purchase_orders/{id}"
tags: ["PurchaseOrder"]
---

# Retrieves a PurchaseOrder resource.

`GET /purchase_orders/{id}`

Retrieves a PurchaseOrder resource.

## Path parameters

- `id` string, required

## Response `200`

PurchaseOrder resource

- 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

## Other responses

- `404` — Resource not found

---

[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)
