GetLabel

Shows the shipment Label again.

Example Usages

   let result = await brixxApi.businessBrixx({
      functionName:"DhlShiping",
      methodName: "GetLabel",
      shipmentNumber: app.getFieldValue("cordShipmentNumber")
   });
   window.open(result.labelUrl, "_blank");

Last updated