Questions tagged [ebay-api]

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

supports a Developers Program, providing registered developers an which lets custom applications query the eBay in format or REST-style json format, and perform actions within the eBay platform.

The API features include:

  • Submitting items for listing
  • Listing eBay categories
  • Viewing information about listed items
  • Getting high bidder information for items you are selling
  • Retrieve lists of items a particular user is currently selling
  • Retrieve lists of items a particular user has bid on
  • Display eBay listings on other sites
  • Leaving feedback about other users

Related resources (, and as well as documentation) can be found at https://go.developer.ebay.com.

1116 questions
27
votes
5 answers

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 new tokens, after signing up for a developer program account, I requested the key-set and got them, afterwards I grant access on…
simultsop
  • 740
  • 1
  • 12
  • 31
19
votes
2 answers

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 GET) get all the classifieds in a certain (German) zip code. However the documentation is not very useful. The API under…
user3193410
  • 301
  • 1
  • 2
  • 4
15
votes
3 answers

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 provided with a sample.jar file of the same. It seems to be working fine when we execute the .jar file on the command prompt, but when i am…
Amit
  • 353
  • 3
  • 6
  • 16
15
votes
2 answers

Sample code for listing a FixedPriceItem with ebay

I'm working with Python 2.7 on a Linux environment, my app working with the ebay trading API with the sdk: ebaysdk-python. My goal is to list a fixedpriceitem, I didn't found a correct way to do it... It seems the example on the ebay website for the…
ilmetu
  • 448
  • 11
  • 27
13
votes
1 answer

Token type in the Authorization header is invalid,ebay api

I am calling ebay api but this error occurs "Token type in the Authorization header is invalid". I have tried both application token and user token but this error is not resolving.How to solve this error.?
john
  • 611
  • 1
  • 7
  • 33
12
votes
2 answers

Get element from WSDL in PHP using SoapClient

I'd like to get the text from the element which is nested inside the block of a WSDL. The WSDL in question is Ebay's Trading api. The snippet in question looks something like this:
11
votes
3 answers

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 details of an order based on the Item ID to my website's database. But What I want to do now is to link a users account to my website and import their…
Hossein J
  • 1,019
  • 1
  • 15
  • 32
11
votes
2 answers

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 when I use galleryURL. I tried replacing it with PictureURLLarge, but that did not return a URL. (The line I am referring to is 16th from the…
Carson
  • 224
  • 3
  • 11
9
votes
1 answer

eBay Order API throwing error in sandbox environment

In ebay Order API - initiateCheckoutSession (guest checkout), adding credit card information returns error. I am testing in sandbox environment. API : https://api.sandbox.ebay.com/buy/order/v1/guest_checkout_session/initiate Request Body: { …
Rini
  • 93
  • 4
9
votes
1 answer

eBay 'Get Inventory Items' API NOT returning items

I am trying to call this API with my eBay user auth token on the eBay API Explorer: https://api.ebay.com/sell/inventory/v1/inventory_item The Headers: Authorization:Bearer [MY_EBAY_SELLER_USER_TOKEN] …
etayluz
  • 15,920
  • 23
  • 106
  • 151
8
votes
0 answers

call ebay api of bulk_migrate_listing then Error 2003

I tried to call https://api.ebay.com/sell/inventory/v1/bulk_migrate_listing, then response code is 2003 My request is : { "requests": [ { "listingId": "160009220563" } ] } Response body like this : { …
Susan Cai
  • 101
  • 3
8
votes
2 answers

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 i'm lost. i created a developer account. but what should i do after that? i read about "Add item" call…
trrrrrrm
  • 11,362
  • 25
  • 85
  • 130
8
votes
2 answers

Ebay Finding API and C#

Before I go off and write my own, is there already a nice C# wrapper for the Ebay Finding API out there?
stevemegson
  • 11,843
  • 2
  • 38
  • 43
7
votes
3 answers

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, but the sources I've found either don't specify the use of Python 3 (and I've learned to assume that this means they use 2.x) or haven't been…
Aaron Tp
  • 353
  • 1
  • 3
  • 12
7
votes
1 answer

eBay API returns 'IAF Token supplied is invalid' error

I want to use eBay API for retrieving all feedback of seller. I already have prepared the APPID, CERTID, DEVID, in both environments (sandbox, production). I use API EXplorer for test. I already encoded to base 64 appid:certid and got oauth…
user8494109
1
2 3
74 75