Perl code samples/module to perform eBay API calls
Find the answer to your question
Advanced Search
Products
Question
There are several good resources for using Perl with the eBay API
Answer
Net::eBay Perl Module
This project wraps both legacy API and new API access to eBay functionality, by providing a Perl module that encapsulates low level details. Note that the legacy API is no longer supported by eBay.
http://developer.ebay.com/developercenter/php/trading/
http://www.net-ebay.org
Download latest version of Net::eBay from :
http://search.cpan.org/~ichudov/
Dependencies(install from CPAN) :
cpan Crypt::SSLeay
cpan DateTime::Precise
cpan HTML::PrettyPrinter
cpan Text::Format
cpan XML::Dumper
Please create a file named eBay.ini with the contents below:
# dev or prod
SiteLevel=prod
# your developer key
DeveloperKey=################
# your application key
ApplicationKey=##################
# your certificate key
CertificateKey=###################
# your token (a very BIG string)
Token=YourTokenHere
Please find the code samples in the Net-eBay-0.xx package or the ones attached.
Attachments
- ebay-get-user-feedback.pl
- ebay.ini
- ebay-revise-item.pl
- ebay-leave-feedback.pl
- ebay-get-item-transactions.pl
- ebay-get-item.pl
- ebay-official-time.pl
- ebay-get-all-bidders.pl
- ebay-api-usage.pl
- ebay-add-item.pl
- ebay-validate-test-user.pl
- ebay-search.pl
- ebay-get-user-contact.pl
- ebay-get-suggested-categories.pl
- ebay-get-seller-list.pl
- ebay-get-my-selling.pl
- ebay-get-high-bidders.pl
- ebay-get-categories.pl
- ebay-end-item-early.pl
- ebay-get-my-sold.pl