Package DE_EPAGES::Ebay::API::WebService::EbayConfigService
web service module for configuring ebay cartridge on a store db
Functions
- checkEbayToken
- fetchToken
- getCallStatistics
- getCallTypes
- getCategories
- getEbayEnvironment
- getSessionID
- testConnection
checkEbayToken
Checks Authentication of an EbayEnvironment
Syntax |
if ($self->checkEbayToken( 'US' )) {} |
Input |
|
Return |
|
fetchToken
fetch a token from eBay
Syntax |
$self->fetchToken( $SessionID, 'US' ); |
Input |
|
Return |
|
getCallStatistics
Get the call statistics for the input args
Syntax |
$self->getCallStatistics( $hArgs ); |
Input |
|
Return |
|
getCallTypes
Get all Call Types
Syntax |
$self->getCallTypes(); |
Return |
|
getCategories
Starts asynchronous category download for given environment
Syntax |
$self->getCategories( $env->id ); |
Input |
|
Return |
|
getEbayEnvironment
Gets info for all ebay environments on the store
Syntax |
$ebayconfigservice->getEbayEnvironment(); |
Return |
|
getSessionID
Get a sessionID from eBay
Syntax |
$self->getSessionID( $RuName, 'US' ); |
Input |
|
Return |
|
testConnection
Tests connection to eBay via a getSessionID call.
Syntax |
if ($self->testConnection( 'US' )) {} |
Input |
|
Return |
|