GetLabel

Shows the shipment Label again.

Example Usages

let result = await app.businessFunction({
  functionName: "DhlShipping",
  methodName: "GetLabel",
  shipmentNumber: app.getFieldValue("cordShipmentNumber"),
});
app.showBlob("docLabel", result.LabelData);

Last updated

Was this helpful?