---
title: "Retrieve Purchase Orders"
method: GET
path: "/accounting/purchaseorders/{id}"
tags: ["accounting/purchaseorders"]
---

# Retrieve Purchase Orders

`GET /accounting/purchaseorders/{id}`

Retrieve Purchase Orders from any connected Accounting software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedAccountingPurchaseorderOutput
  - `status` string, nullable — The status of the purchase order
  - `issue_date` string, date-time, nullable — The issue date of the purchase order
  - `purchase_order_number` string, nullable — The purchase order number
  - `delivery_date` string, date-time, nullable — The delivery date for the purchase order
  - `delivery_address` string, nullable — The UUID of the delivery address
  - `customer` string, nullable — The UUID of the customer
  - `vendor` string, nullable — The UUID of the vendor
  - `memo` string, nullable — A memo or note for the purchase order
  - `company_id` string, nullable — The UUID of the company
  - `total_amount` number, nullable — The total amount of the purchase order in cents
  - `currency` string, nullable — The currency of the purchase order
  - `exchange_rate` string, nullable — The exchange rate applied to the purchase order
  - `tracking_categories` string[], nullable — The UUIDs of the tracking categories associated with the purchase order
  - `accounting_period_id` string, nullable — The UUID of the associated accounting period
  - `line_items` LineItem[] — The line items associated with this purchase order
    - `name` string, nullable — The name of the report item
    - `value` number, nullable — The value of the report item
    - `type` string, nullable — The type of the report item
    - `parent_item` string, nullable — The UUID of the parent item
    - `remote_id` string, nullable — The remote ID of the report item
    - `remote_generated_at` string, date-time, nullable — The date when the report item was generated in the remote system
    - `company_info_id` string, nullable — The UUID of the associated company info object
    - `created_at` string, date-time — The created date of the report item
    - `modified_at` string, date-time — The last modified date of the report item
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the purchase order record
  - `remote_id` string, nullable — The remote ID of the purchase order in the context of the 3rd Party
  - `remote_created_at` string, date-time, nullable — The date when the purchase order was created in the remote system
  - `remote_updated_at` string, date-time, nullable — The date when the purchase order was last updated in the remote system
  - `remote_data` object, nullable — The remote data of the purchase order in the context of the 3rd Party
  - `created_at` string, date-time, nullable — The created date of the purchase order record
  - `modified_at` string, date-time, nullable — The last modified date of the purchase order record

## Changes

- **2024-08-27** `5ba5c769e2e1` — 162 info
  - removed the `AED` enum value from the `currency` response property for the response status `200`
  - removed the `AFN` enum value from the `currency` response property for the response status `200`
  - removed the `ALL` enum value from the `currency` response property for the response status `200`
  - removed the `AMD` enum value from the `currency` response property for the response status `200`
  - …158 more
- **2024-08-13** `6c3a1da2bdc9` — 23 info
  - added the optional property `accounting_period_id` to the response with the `200` status
  - added the optional property `company_id` to the response with the `200` status
  - added the optional property `created_at` to the response with the `200` status
  - added the optional property `currency` to the response with the `200` status
  - …19 more
- **2024-08-11** `04b9c7ceedbf` — 22 warning
  - removed the optional property `company` from the response with the `200` status
  - removed the optional property `created_at` from the response with the `200` status
  - removed the optional property `currency` from the response with the `200` status
  - removed the optional property `customer` from the response with the `200` status
  - …18 more
- …earlier changes not shown

[Full history](https://skmtc.dev/panoratech/apis/panora-api/changes/accounting/purchaseorders/:id/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api/revisions/318082b88074/schema)
