Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

NameShipments Get Airbill
DescriptionRetrieve the airbill file for this shipment.
TypeGET
URL/v9/shipments/:id/get_airbill

Long Description

Retrieve the generated airbill for this shipment in PDF form, as a Base64-encoded file.  It should be decoded on the receiving end.

Examples

RequestResponse
/v9/shipments/12345/get_airbill 

 

 

{
  "file":"<Base64-encoded file>"
}