Print documents
Authorizations
AuthorizationstringRequired
Authorization JWT-token with a lifetime of 1 hour in header
Query parameters
numbers[]stringOptionalExample:
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.
SHPL1234567890deliveryTypestring · enumOptionalPossible values:
Type of delivery flow for marking document printing. Applicable only for type=marking.
Pickup: first mileShipment: last mile
Responses
200
A PDF file.
application/pdf
string · binaryOptional
401
Unauthorized
application/json
404
The specified resource was not found
application/json
422
Validation error
application/json
503
Connection time-out
application/json
get
/shipments/printLast updated