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