Skip to main content
Published: May 11 2007, 12:05:00 AMUpdated: August 07 2022, 11:49:17 PM

There are several good resources for using Perl with the eBay API

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.

 

 

 

 

 

How well did this answer your question?
Answers others found helpful