latestOpenAPI 3.0.12026-08-2188138404.6 KB
3b9f91693dec
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.
Example response
[
{
"base64": "JVBERi0xLjMKJf//////AAAAAA...",
"file_format": "pdf"
}
]