v1

latestOpenAPI 3.0.12026-07-242073551.1 MB
Shipments

Print My Label QR Code

Request associated QR Code for the associated label in the print label call.

get/v4/shipments/printMyLabelQRCode/evri/{shipmentId}

Path parameters

shipmentIdstring required

Shipment Id <br />The Shipment Id may be an id or a tracking/barcode number.

Response

Returns the printed QR Code as a Base 64 encoded PNG.

ShipmentIdstring uuid required

A unique identifier assigned to the shipment by the carrier for which the QR code was requested in the path paramater. This reaffirms the specific shipment being referenced.

QRCodestring required

The actual QR image in the PNG format. This image can be decoded and rendered as an image. Scanning this QR code provides instant access to information about the shipment.

Example response

{
  "ShipmentId": "c4e60776-288f-464e-b35b-ff0f3252c0f0",
  "QRCode": "iVBORw0KGgoAAAANSUhEUgAA ... A4QAAAXcCAYAAAB6Q0CbAAAAAXNSR0IArs4"
}