---
title: "Print Shipment Documents"
method: GET
path: "/shipments/print"
tags: ["Shipments"]
---

# Print Shipment Documents

`GET /shipments/print`

This API method allows you to retrieve a transportation document in PDF format by providing the document number.
Depending on the selected document type, the generated PDF may contain a customs declaration, commercial invoice, or another transportation-related document.
By specifying the document number in the request, you can generate a PDF file containing the requested document for viewing, printing, or further processing.

## Query parameters

- `numbers[]` string
- `type` string[]
- `printSizeType` string[]

## Response `200`

A PDF file.

## Other responses

- `401` — Unauthorized
- `404` — The specified resource was not found
- `422` — Validation error
- `503` — Connection time-out

---

[API](https://skmtc.net/novapost/apis/api-nova-post.md) · [All operations](https://skmtc.net/novapost/apis/api-nova-post/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novapost/api-nova-post/revisions/60e380005037/schema)
