Marking labels
This API method allows you to retrieve a shipment marking label in PDF format by providing the document number. The shipment marking label 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 shipment marking label for easy printing.
Authorization JWT-token with a lifetime of 1 hour in header
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.
SHPL1234567890Type of delivery flow for marking document printing. Applicable only for type=marking.
Pickup: first mileShipment: last mile
A PDF file.
Unauthorized
The specified resource was not found
Validation error
Connection time-out
GET /v.1.0/shipments/print HTTP/1.1
Host: api-stage.novapost.com/
Authorization: YOUR_API_KEY
Accept: */*
binaryLast updated