Package DE_EPAGES::Shopzilla::API::Tools
This package provides the Shopzilla global functionality.
@EXPORT_OK |
Functions
GetPortalConfigForLocale
returns a shopzilla portal config for a given locale
Syntax |
GetPortalConfigForLocale($Shop,$Locale); |
Input |
|
Return |
|
GetPortalConfigForUMID
returns a shopzilla portal config for a given umid
Syntax |
GetPortalConfigForUMID($UMID); |
Input |
|
Return |
|
ShopzillaLog
Logs a structure to the communication.log.
Syntax |
ShopzillaLog($Name, $Debug, $Section); |
Example |
ShopzillaLog('SendRequestHash', \%Hash, 'Send'); |
Input |
|