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>"
}