Download Label
This API document is a draft
To get the label of a shipment we need to know its unique ID, not shipment number or tracking related information.
The label will be returned as a base 64 encoded string containing the pdf formatted label document with one label per page.
GET /shipments/{uniqueId}/label
GET /shipments/3fa85f64-5717-4562-b3fc-2c963f66afa6/label
HTTP 200
{
"format": "pdf",
"base64String": "string"
}
HTTP 400, 404
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}