Invoice
This API method allows you to retrieve a transportation document in PDF format by providing the document number. Depending on the selected document type, the generated PDF may contain a customs declaration, commercial invoice, or another transportation-related document. By specifying the document number in the request, you can generate a PDF file containing the requested document for viewing, printing, or further processing.
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.
SHPL1234567890Responses
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/print
GET /v.1.0/shipments/print HTTP/1.1
Host: api-stage.novapost.com/
Authorization: YOUR_API_KEY
Accept: */*
binaryLast updated