Skip to main content

UNKNOWN

Project description

Most of the Python libs for using eBay APIs I found are based on the Plain XML API. Which basically means the author of the lib has to handcode request-builder functions for every method they intend to support.

eBay have over a hundred and fifty methods accessible via their APIs, each with some required and dozens of optional args. This basically means all the Python eBay libs are very incomplete and probably out of date too, because it’s such a pain to maintain them.

SOAP

eBay provide a SOAP API too. The SOAP API is basically just the XML API with some additional verbose XML wrapping around it. But one advantage of the SOAP API is it has a WSDL …another XML file (5.3MB currently) that describes all the request methods and args and their types and responses.

Python already has an excellent SOAP lib in the form of Suds. So it seems like a better approach would be to use eBay’s SOAP API via Suds…

Dirty…

…eBay’s implementation of SOAP/WSDL seems to be a bit idiosyncratic (possibly… wrong) - at least it’s not as smooth to call methods via Suds as it could be.

Clean Again…

So I made this thin wrapper around Suds, so that you can easily use all of the eBay API methods, in up-to-the-minute form, from Python.

See GitHub for usage and docs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EbaySuds-0.4.7.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file EbaySuds-0.4.7.tar.gz.

File metadata

  • Download URL: EbaySuds-0.4.7.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for EbaySuds-0.4.7.tar.gz
Algorithm Hash digest
SHA256 f1f7a0e08f9f76776ab23cb9e07f1dcc39c7282d35a079f934de2e4285025faf
MD5 dc7864ba64c6f1d8a4d8e6cbce05e2ef
BLAKE2b-256 4d7d71bf76661bef3813dac0752d3a3220353bfd500bab5326e4907cc16cfda9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page