---
title: "Retrieve a proforma invoice"
method: GET
path: "/shipments/{id}/proforma_invoices"
tags: ["Shipments"]
---

# Retrieve a proforma invoice

`GET /shipments/{id}/proforma_invoices`

Returns a proforma invoice for a shipment.


      Proforma invoice is generated based on the customs data received and delivered as Base64-encoded data.

## Path parameters

- `id` integer, required

## Response `200`

Successful.

- ProformaInvoice[]
  - `base64` string — Base64-encoded string containing the data of the document.
  - `file_format` 'pdf' — File format for the returned data.

## Other responses

- `401` — Unauthorized.
- `404` — Resource not found.

---

[API](https://skmtc.net/shipmondo/apis/shipmondo-api.md) · [All operations](https://skmtc.net/shipmondo/apis/shipmondo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipmondo/shipmondo-api/versions/dbe9a4ea0826/schema)
