Intro
This markdown contains documentation about integration with Hellman for inserting shipments into their Nachon TMS
General Information
-
Reference generator used to create a tracking reference per handlingUnit.
-
A generic package label is created with common function
getPackageLabel()
-
The upload file name consists of the following
$filePrefix + "_hellman_" + $timeStamp + ".csv"
$filePrefix
== Configuration.onboarding.helFilenameprefix
-
Only
x1 dangerous goods
can existin handlingUnits
for a single order request. -
Consignment Instructions will be added to ZN10 number 3:
_3ConsignmentInstruction:"Collection:" + Model?.instructions.carrierInstructions.collection +"| Delivery:" + Model?.instructions.carrierInstructions.delivery +"| Transport:" + Model?.instructions.carrierInstructions.transport | string.slice 0 200,
Services Supported
ServiceCode | Description | Trigger |
---|---|---|
0000 | Innight service | Model.serviceLevelReference 'NIGHT' or 'nightBelow40kg' (weight below 40kg) |
999 | Innight service | Model.serviceLevelReference 'NIGHT' or 'nightAbove40kg' (weight above 40kg) |
880 | Standard service | Model.serviceLevelReference 'STANDARD' or 'standardBelow40kg' (weight below 40kg) |
888 | Standard service | Model.serviceLevelReference 'STANDARD' or 'standardAbove40kg' (weight above 40kg) |
ECO | Economy service | Model.serviceLevelReference 'ECONOMY' or 'economy' |
H12 | Next day pre 12 | Model.serviceLevelReference 'H12' or 'nextDay1200' |