ePages 6.17.43 - DE_EPAGES/Shipping/API/TLE/AvailableShippingTypesHandler.pm

Package DE_EPAGES::Shipping::API::TLE::AvailableShippingTypesHandler

Implements a TLE Function which returns a list of the available system ShippingTypes

Functions

AvailableShippingTypes

AvailableShippingTypes

Returns the shipping levels for a given currency and tax model ordered by LowerBound ascending.

Syntax
#AvailableShippingTypes($Filter [ , $ShippingFulfillmentTypeID ] )
Example
#LOOP(#AvailableShippingTypes("NOT_RESTRICTED"))
  #ShippingType
#ENDLOOP
#LOOP(#AvailableShippingTypes("BY_LOGISTIC_ID", #ID))
  #ShippingType
#ENDLOOP
Input
$Filter (string)
shipping method object
$ShippingFulfillmentTypeID (string)
currency code, e.g. "EUR"
Return
$ExtraPrecision (array)
extra precision for net prices in back-office