v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBShipments
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.
Example response
[
{
"base64": "JVBERi0xLjMKJf//////AAAAAA...",
"file_format": "pdf"
}
]