---
title: "Retrieve a waybill"
method: GET
path: "/documents/waybill"
tags: ["Documents"]
---

# Retrieve a waybill

`GET /documents/waybill`

Returns a waybill for letter products.

## Query parameters

- `carrier_code` 'deutsche_post' | 'asendia' | 'bring', required
- `bag_quantity` integer
- `container_quantity` integer
- `from_time` string, date-time, required
- `to_time` string, date-time, required

## Response `200`

Successful.

- Document
  - `base64` string — PDF file of the document in Base64 format.

## 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/revisions/3b9f91693dec/schema)
