Download Order Documents
This service allows downloading shipping documents which includes shipping labels. Please note that shipping documents are ready for download only after the booking task finished successfully.
Request
Documents | ||
---|---|---|
URI |
/orders/S2AO000001/documents/ |
|
Method | GET | |
Authorization |
required |
Example
Response
{
"message": "OK", "code": 200, "result": { "order": { "shipments": [ { "documents": [ { "url": "https://s2asandbox.com/media/uploads/documents/ae073db043304924aeb35f27bbf281c-S2AS004412.pdf", "type": "shipping_documentation", "content_type": "pdf" } ], "id": "S2AO001737" } ], "documents": [ { "url": "https://s2asandbox.com/media/uploads/documents/253a7125806a157cffe5beb9cfe4357-S2AO001737.pdf", "type": "shipping_documentation", "content_type": "pdf" } ], "id": "S2AO001737" } } } |