Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.326.379 Times

Net::eBay 0.41

  Date Added: May 12, 2010  |  Visits: 1.068

Net::eBay

Report Broken Link
Printer Friendly Version


Product Homepage
Download (97 downloads)



Net::eBay is a Perl Interface to XML based eBay API. SYNOPSIS This module helps user to easily execute queries against eBays XML API. Copyright Igor Chudov. ################################################## # For support, docs, info, email to author go to # # # # http://www.net-ebay.org/ # ################################################## Also check out Object::eBay perl module for higher level abstraction built on top of Net::eBay. Object::eBay is a work of another individual, not Igor Chudov. Also check out several ebay-*.pl scripts that ship with this distribution, they should be installed in your scripts directory. Getting Official Time use Net::eBay; my $eBay = new Net::eBay; # look up ebay.ini in $ENV{EBAY_INI_FILE}, "./ebay.ini", "~/.ebay.ini" my $result = $eBay->submitRequest( "GeteBayOfficialTime", {} ); print "eBay Official Time = $result->{EBayTime}.n"; Automated bidding eBay does not allow bidding via eBay API. Listing Item for sale use Net::eBay; use Data::Dumper; # another way of creating Net::eBay object. my $ebay = new Net::eBay( { SiteLevel => prod, DeveloperKey => ..., ApplicationKey => ..., CertificateKey => ..., Token => ..., } ); my $result = $ebay->submitRequest( "AddItem", { DetailLevel => "0", ErrorLevel => "1", SiteId = > "0", Verb => " AddItem", Category => "14111", CheckoutDetailsSpecified => "0", Country => "us", Currency => "1", Description => "For sale is like new thingamabob.Shipping is responsibility of the buyer.", Duration => "7", Location => "Anytown, USA, 43215", Gallery => 1, GalleryURL => http://igor.chudov.com/images/mark_mattson.jpg, MinimumBid => "0.99", BuyItNowPrice => 19.99, PayPalAccepted => "1", PayPalEmailAddress => "ichudov@example.com", Quantity => "1", Region => "60", Title => "Igors Item with Gallery xaxa", } ); print "Result: " . Dumper( $result ) . "n"; Result of submitRequest is a perl hash obtained from the response XML using XML::Simple, something like this: Result: $VAR1 = { Item => { Id => 4503546598, Fees => { FeaturedGalleryFee => 0.00, InternationalInsertionFee => 0.00, CurrencyId => 1, GalleryFee => 0.25, AuctionLengthFee => 0.00, ProPackBundleFee => 0.00, BorderFee => 0.00, FeaturedFee => 0.00, SchedulingFee => 0.00, HighLightFee => 0.00, FixedPriceDurationFee => 0.00, PhotoDisplayFee => 0.00, ListingFee => 0.55, BuyItNowFee => 0.00, PhotoFee => 0.00, GiftIconFee => 0.00, SubtitleFee => 0.00, InsertionFee => 0.30, ListingDesignerFee => 0.00, BoldFee => 0.00, ReserveFee => 0.00, CategoryFeaturedFee => 0.00 }, StartTime => 2005-08-30 04:50:47, EndTime => 2005-09-06 04:50:47 }, EBayTime => 2005-08-30 04:50:47 }; See an alternative example of submitting an item using New Schema, in script ebay-add-item.pl. If an error in parsing XML occurs, result will be simply the string that is the text representation of the answer..

Requirements: No special requirements
Platforms: Linux
Keyword: Api Based Ebay Interface Libraries Netebay New Perl Perl Interface Programming Result Xml Based
Users rating: 0/10

License: Freeware Size: 17.41 KB
USER REVIEWS
More Reviews or Write Review


NET::EBAY RELATED
Development Tools  -  What's New for Object-Oriented Programming in MATLAB Webinar - Code Examples 1.0
These are the code examples used in the "What's New for Object-Oriented Programming in MATLABdlT«" webinar, which described the new object oriented features in Release 2008a.To use the code, add the top folder to your path. See the test* M-files...
112.64 KB  
Libraries  -  XML::Mini::Document 1.2.8
XML::Mini::Document is a Perl implementation of the XML::Mini Document API. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc...
34.82 KB  
Libraries  -  Template::Plugin::XML::Style 2.17
Template::Plugin::XML::Style is a Perl module for simple XML stylesheet transformations. SYNOPSIS [% USE xmlstyle table = { attributes = { border = 0 cellpadding = 4 cellspacing = 1 } } %] [% FILTER xmlstyle %] <...
26.62 KB  
Libraries  -  XML::Mini 1.2.8
XML::Mini is a Perl implementation of the XML::Mini XML create/parse interface. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the...
34.82 KB  
Modules  -  Taxonomy API and REST interface 5.x-1.x-de
Provides a clean set of API calls for working with taxonomy. Most of the core code has been taken from the taxonomy module, and turned into some smaller, more modular functions for use by other modules. Taxonomy REST provides some simple url based...
10 KB  
Network & Internet  -  Amazon API Search 1.0.0
Amazon API Search is the beginnings of a perl script to search Amazon. It interfaces with Amazons API interface and performs whatever search the user desires, it then parses the data returned and inserts it in to an MySQL table. Currently the...
2.05 KB  
Libraries  -  XML::Records 0.12
XML::Records is a Perl module for perlish record-oriented interface to XML. SYNOPSIS use XML::Records; my $p=XML::Records->new(data.lst); $p->set_records(credit,debit); my ($t,$r) while ( (($t,$r)=$p->get_record()) && $t) { my...
7.17 KB  
Libraries  -  XML::Mini::Element 1.2.8
XML::Mini::Element is a Perl implementation of the XML::Mini Element API. SYNOPSIS use XML::Mini::Document; my $xmlDoc = XML::Mini::Document->new(); # Fetch the ROOT element for the document # (an instance of XML::Mini::Element) my...
34.82 KB  
Libraries  -  XML::Mini::TreeComponent 1.2.8
XML::Mini::TreeComponent is a Perl implementation of the XML::Mini TreeComponent API. SYNOPSIS Dont use this class - only presents an interface for other derived classes. This class is only to be used as a base class for others. It presents...
34.82 KB  
Libraries  -  Perl6::Builtins 0.0.3
Perl6::Builtins is a Perl module that provides erl 5 versions of the new Perl 6 builtins. SYNOPSIS use Perl6::Builtins qw( system ); system $system_cmd or die "Could not $system_cmd: $!"; my $package = caller->{package}; my $file =...
4.1 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB