---
title: "Download the PDF for a purchase order. The document is rendered when you call this, from the order's current state and the tenant's PDFs & Emails settings, so it is the same document the product's Download button produces rather than a stored copy of one sent earlier. The file name derives from the tenant's purchase-order title template with \"Purchase Order\" abbreviated to \"PO\" and spaces removed, so the default template yields `PO104.pdf` for an ordered purchase order and `RFQ104.pdf` for one still in Draft. The title printed inside the document keeps its spacing; only the file name is squashed."
method: GET
path: "/api/purchase-orders/{purchaseOrderId}/pdf"
tags: ["Purchase Order"]
---

# Download the PDF for a purchase order. The document is rendered when you call this, from the order's current state and the tenant's PDFs & Emails settings, so it is the same document the product's Download button produces rather than a stored copy of one sent earlier. The file name derives from the tenant's purchase-order title template with "Purchase Order" abbreviated to "PO" and spaces removed, so the default template yields \`PO104.pdf\` for an ordered purchase order and \`RFQ104.pdf\` for one still in Draft. The title printed inside the document keeps its spacing; only the file name is squashed.

`GET /api/purchase-orders/{purchaseOrderId}/pdf`

## Path parameters

- `purchaseOrderId` string, required

## Response `200`

The purchase order PDF

## Other responses

- `404` — No purchase order with that id, or the order is deleted
- `500` — The renderer did not produce a usable document

## Changes

- **2026-09-04** `cdbcc3fdfc70` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/changes/api/purchase-orders/:purchaseOrderId/pdf/get.md)

---

[API](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/revisions/995a8753a8a2?raw)
