Skip to main content

Generating labels

Generating shipping labels is a key element in the shipment process and can be done in several ways. Shipping labels can be generated through the web administration of the project and the API.

You can treat shipments as a homogeneous set regardless of the carrier, or as a heterogeneous set, where each shipment can be from a different carrier. In both cases, it is possible to generate labels for all shipments at once.

User interface

In the user interface, it is possible to generate labels for selected shipments in the shipment list. For more information, see the Shipments section in this documentation. You can generate labels only for shipments in the "Sent" status.

Generování

After clicking the "Generate labels" button, the labels are prepared and, depending on the number of selected carriers, a PDF with labels for each carrier is downloaded separately.

API

Generating labels is also possible through the API. For more information, see the API section in this documentation and the Swagger API Docs. The response is divided into sections according to the carrier, which contain PDFs in base64 format.