For the complete documentation index, see llms.txt. This page is also available as Markdown.

Print documents

Print Shipment Documents

get
/shipments/print

This API method allows you to retrieve a transportation document marking in PDF format by providing the document number. The document marking is a printable document that clients can attach or affix to their cargo when sending it. By specifying the document number in the request, you can generate a PDF file containing the document marking for easy\nprinting.

🔹Description of control elements:

SCHEMA

Displays the full technical structure of the request or response, including field names, data types, required fields, allowed values, and validation rules.

  • Single line description A description that fits into a single line; any text that does not fit remains hidden.

  • Multiline description An expanded description that displays more than one line of text.

EXAMPLE

Shows a ready-made sample JSON with correctly formatted values to demonstrate how a valid request or response should look.

Authorizations
AuthorizationstringRequired

Authorization JWT-token with a lifetime of 1 hour in header

Query parameters
numbers[]stringOptional

Shipment numbers. Can accept either a single number or an array of numbers. When type=marking is used, only one number is allowed per request.

Example: SHPL1234567890
deliveryTypestring · enumOptional

Type of delivery flow for marking document printing. Applicable only for type=marking.

  • Pickup: first mile
  • Shipment: last mile
Possible values:
Responses
200

A PDF file.

application/pdf
string · binaryOptional
get
/shipments/print

Last updated