ePages 6.10 - DE_EPAGES/Ebay/API/Object/EbayAuction.pm

Package DE_EPAGES::Ebay::API::Object::EbayAuction

object interface for EbayAuction.

Base
DE_EPAGES::Object::API::Object::Object

Functions

end
relist
upload
verify

end

end ebay auction and set state to ended.

Syntax
$EbayAuction->end;

relist

relist auction to ebay platform and set the state on 'running'.

Syntax
$EbayAuction->relist;
Return
$hUpload (ref.hash)
return info, see DE_EPAGES::Ebay::API::Object::RemoteEbay::relistItem

upload

upload auction to ebay platform and set the state on 'running'.

Syntax
$hUpload = $EbayAuction->upload;
Return
$hUpload (ref.hash)
return info, see DE_EPAGES::Ebay::API::Object::RemoteEbay::addItem

verify

Verify auction data.

Syntax
$hVerify = $EbayAuction->verify;
Return
$hVerify (ref.hash)
return info, see DE_EPAGES::Ebay::API::Object::RemoteEbay::verifyAddItem