AWB Print - celdotro/marketplace GitHub Wiki
- Print an AWB
celmarket\Orders\OrdersAWB
printAwb
- method: orders
- action: downloadAwb
- awb_id = AWB ID
An object with the following attributes
- success = 1 or 0
- awb_number = AWB number
- pdf = PDF document encoded with base64
https://github.com/celdotro/marketplace_examples/blob/master/AWB/3.printAwb.php
{
"request": {
"awb_id": "e59b2779414e8a2ab9f9c753cb33ef39"
},
"response": {
"success": 1,
"awb_number": 123456789,
"pdf": "JVBERi0xLjQKMSAwIG9i..."
}
}