Skip to content

epinapala/ebaysdk-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the python ebaysdk

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

Quick Example:

from ebaysdk import finding

api = finding(appid='YOUR_APPID_HERE')
api.execute('findItemsAdvanced', {'keywords': 'shoes'})        

print api.response_dict()

Getting Started

SDK Classes

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 Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published