Package DE_EPAGES::DHL::API::TLE::DHLHandler
TLE Handler for DHL Tracking Information
Functions
DHLGetDisplayNameByProductID
Get display name for product id
Syntax |
#DHLGetDisplayNameByProductID(#ProductId) |
Example |
#DHLGetDisplayNameByProductID(#ProductId) |
Input |
|
Return |
|
DHLIsDeliveryDestInDB
Checks if the delivery destination can be found the database. If not the merchant has to get his shipping label via DHL marketplace
Syntax |
#DHLIsDeliveryDestInDB(#ShippingLabelID) |
Example |
#IF(NOT #DHLIsDeliveryDestInDB(#DHLShippingLabel.ID)) .. #ENDIF |
Input |
|
DHLTrackingEvents
Loops over a list of all DHL shipping labels for one order to find all available tracking events. Available keys are:
Syntax |
#DHLTrackingEvents(#OrderID) |
Example |
#LOOP(#DHLTrackingEvents(#OrderID)) .. #ENDLOOP |
Input |
|
tle
Register TLEs:
#DHLMinShippingLengthFromDB
#DHLMaxShippingLengthFromDB
#DHLMinShippingWidthFromDB
#DHLMaxShippingWidthFromDB
#DHLMinShippingHeightFromDB
#DHLMaxShippingHeightFromDB
#DHLMinShippingWeightFromDB
#DHLMaxShippingWeightFromDB
Example |
#DHLMinShippingLengthFromDB |