---
title: "Retrieve waybill for a shipment"
method: GET
path: "/shipments/{id}/waybills"
tags: ["Shipments"]
---

# Retrieve waybill for a shipment

`GET /shipments/{id}/waybills`

Returns waybill for a shipment.


Waybills are carrier specific and compared to collected waybills these only cover one shipment.


**Danske Fragtmænd** supports this when **INCL_WAYBILL** service is booked.


**DHL Freight** offers support when either the INCL_WAYBILL/ADR service is booked or when the following products are selected: Parti (SE), Euroline, or Euroline Domestic (DK).


**PostNord Danmark**, **Blue Water Shipping**, **Jørgen Jensen Distribution**, **K. Hansen Transport** and **Per Damgård** supports this to get ADR documentation when **ADR** service is booked.


**DB Schenker Sweden** supports this for **System**, **System Premium**, **Full Load** and **Part Load** products.

## Path parameters

- `id` integer, required

## Response `200`

Successful.

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

## Other responses

- `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)
