Product listing using eBay api in perl
I am trying to extract the product list based on the seller name,i came
across this module.
http://search.cpan.org/~tkeefer/eBay-API-0.25/
There are lots sub-module, which makes me confuse to select which one will
suite for my problem, please give me some suggestion.
Update
i have used module
http://search.cpan.org/~tkeefer/eBay-API-Simple-0.29/lib/eBay/API/Simple/Finding.pm
In there i can see
$call->execute( 'findItemsByKeyword', { keywords => 'shoe' } );
but is there any possibility to find items by seller name.Please let me
know i am new for this.
No comments:
Post a Comment