Package DE_EPAGES::GLS::API::Tools
This package provides the GLS global functionality.
@EXPORT_OK |
Functions
CheckRangeGLS
Check if the range is ready to finish
Syntax |
CheckRangeGLS($IntervalType,$Interval,$ShippingFulfillmentType); |
Example |
CheckRangeGLS($IntervalType,$Interval,$ShippingFulfillmentType); |
Input |
|
GetErrorType
returns the correct error message from an error id
Syntax |
$errorMsg = GetErrorType($errorID); |
Example |
my $errorMsg = GetErrorType($errorID); |
Input |
|
Return |
|
GetLabelImagePath
returns the path for the barcode image of a shipping label
Syntax |
$Path = GetLabelImagePath($ShippingLabel); |
Example |
my $Path = GetLabelImagePath($ShippingLabel,'gif'); |
Input |
|
Return |
|
SendmailtoGLS
Send a mail to GLS in order to inform them that a delivery is ready for the pick up
Syntax |
SendmailtoGLS($ShippingFulfillmentMethod,$interval); |
Example |
SendmailtoGLS($ShippingFulfillmentMethod,$interval); |
Input |
|