Package DE_EPAGES::EbayProvider::API::Object::RemoteStore
stub object for web service requests to store db
Functions
- checkEbayToken
- fetchToken
- get
- getCallStatistics
- getCallTypes
- getCategories
- getEbayEnvironment
- getSessionID
- set
- store
- testConnection
checkEbayToken
Checks Authentication of an EbayEnvironment
Syntax |
if ($self->checkEbayToken( 'US' )) {} |
Input |
|
Return |
|
fetchToken
fetch a token from ebay
Syntax |
$self->fetchToken( $SessionID ); |
Input |
|
Return |
|
get
gets attributes of store
Syntax |
$self->get( ['Name'], Language->id ); |
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 |
$self->getEbayEnvironment(); |
Return |
|
getSessionID
get a sessionID from eBay
Syntax |
$self->getSessionID( $RuName, 'US' ); |
Input |
|
Return |
|
set
sets attributes of store
Syntax |
$self->set( {'Key' => 'Value'}, Language->id ); |
Input |
|
Return |
|
store
Returns the store database object
Syntax |
$store = $self->store; |
Return |
|
testConnection
Tests connection to eBay's API gateway
Syntax |
if ($self->testConnection( 'US' )) {} |
Input |
|
Return |
|