Top "Ebay-api" questions

Application programming interface for integrating third-party programs with the eBay platform

Cannot create message: incorrect content-type for SOAP version. Got text/xml; charset=UTF-8, but expected application/soap+xml

I am trying to use the large merchant services API provided by eBay to upload files onto eBay. They have …

java soap struts ebay-api ebay-lms
how to add a new item to ebay using ebay API

i want to add an item to ebay using ebay API and PHP i read their website for hours and …

php ebay-api
eBay Kleinanzeigen API access (eBay Classifieds Germany)

For a mobile app we would love to integrate the eBay Kleinanzeigen (www.ebay-kleinanzeigen.de) API. Goal is to (API …

ebay-api
Accessing the eBay Developer's API through Python?

I've been searching for a library to use to access the eBay Dev API (using Python 3) for quite some time, …

python python-3.x ebay-api
SSLError: bad handshake, Python requests

I am consuming Ebay Trading APIs using Ebay python sdk which is eventually sing python-requests for making API calls. All …

python django ssl python-requests ebay-api
Is it possible to get the eBay Category List via an API programmatically?

My goal is to get a list of eBay categories programmatically. It appears that the GetCategories method is only available …

php drupal-7 ebay-api
eBay API - How to get large item pictures?

How do I get a large item image using the eBay API? The API call below returns a thumbnail image …

php ebay-api
eBay API to download user listing (eBay API user guide / step by step guide)

I am new to the eBay API and currently developing in PHP, I have managed to use GetItem to import …

php xml ebay-api
eBay oauth token and refresh tokens

been struggling for couple of days with eBay token authentication. I am finding it hard to understand how to fetch …

oauth token access-token ebay-api