Skip to content

timotheus/ebaysdk-perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the perl ebaysdk

This SDK is a dead-simple, programatic inteface into the eBay APIs. It simplifies development and cuts development time by standerizing calls, response processing, error handling, debugging across the Finding, Shopping, Merchandising, & Trading APIs.

Quick Example:

use eBay::API::Simple::Finding;

my $api = eBay::API::Simple::Finding->new( {
   appid   => 'YOUR_APP_ID',
} );

$api->execute( 'findItemsByKeywords', { keywords => 'shoe' } );

my $hash = $api->response_hash();

Getting Started

SDK Classes

  • Trading API Class - secure, authenticated access to private eBay data.
  • Finding API Class - access eBay's next generation search capabilities.
  • Shopping API Class - performance-optimized, lightweight APIs for accessing public eBay data.
  • Merchandising API Class - easy way to surface available items and products on eBay that provide good value or are otherwise popular with eBay buyers.
  • HTML Class - generic back-end class the enbles and standardized way to make API calls.
  • JSON Class - generic back-end class the enbles and standardized way to make JSON API calls.
  • Parallel Class - SDK support for concurrent API calls.

SDK Configuration

Support

For developer support regarding the SDK code base please use this project's Github issue tracking.

For developer support regarding the eBay APIs please use the eBay Developer Forums.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0 (CDDL-1.0)

About

eBay API SDK for Perl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published