v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipments
Print Label
This changes the status of the shipment to label printed. This should be done at the time of actual printing or label creation dependent on how you operate in reality. Shipments must be updated to printed status prior to manifesting.
get/v4/shipments/printLabel/fic/{shipmentId}
Path parameters
shipmentIdstring required
Shipment Id <br />The Shipment Id may be an id or a tracking/barcode number.
Response
Returns the printed label in the format specified.
Example response
{
"ShipmentId": "c4e60776-288f-464e-b35b-ff0f3252c0f0",
"TrackingNumber": "TT12384739GB",
"CarrierTrackingUrl": "http://shipmentcarrier.com/tracking/DF12384739GB",
"Label": "iVBORw0KGgoAAAANSUhEUgAA ... A4QAAAXcCAYAAAB6Q0CbAAAAAXNSR0IArs4"
}