v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Shipments

Retrieve a proforma invoice

  Returns a proforma invoice for a shipment.


  Proforma invoice is generated based on the customs data received and delivered as Base64-encoded data.
get/shipments/{id}/proforma_invoices

Path parameters

idinteger required

ID for the shipment to be included in the filter

Response

Successful.

base64string

Base64-encoded string containing the data of the document.

file_format'pdf'

File format for the returned data.

Example response

[
  {
    "base64": "JVBERi0xLjMKJf//////AAAAAA...",
    "file_format": "pdf"
  }
]