ePages 7.25.0 - DE_EPAGES/Shipping/API/WebService/ShippingMethodService2.pm

Package DE_EPAGES::Shipping::API::WebService::ShippingMethodService2

Implements the Shipping WebService.

Base
DE_EPAGES::Shipping::API::WebService::ShippingMethodService

Functions

getList
new

getList

WebService-Method: getList Returns the list of ShippingMethods within described additional info

Syntax
$ahShippingMethods = $self->getList()
Input
$aLanguageCodes
a list of language codes le 'de', 'en' etc.
Return
$ahTaxAreas (SOAP::Data)
a SOAP::Data structure with the list of all object paths
of the shipping methods. Each list element is a hash structure:
  • Path - object path - string
  • Name - name of shipping method - localized string
  • ShippingType - shipping type path - string
  • TaxClass - tax class path - string
  • Region - region path - string

new

Creates a new web service object as a blessed hash reference and adds the values from the %Options hash.

Syntax
$Service = DE_EPAGES::Shipping::API::WebService::ShippingMethodService->new( %Options );
Input
%Options (hash)
user-defined values
Return
$Service (object)
web service object