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
-3
votes
1 answer

Python behavior differs in script vs command line

When I type "python" to get to the python command line and execute this script it works perfectly and does exactly what I need it to do: import json import datetime dictstr = {'FeedbackScore': '884', 'IDVerified': 'false', 'eBayGoodStanding':…
user3299633
  • 2,971
  • 3
  • 24
  • 38
-3
votes
1 answer

Ebay free domestic shipping error

I am submitting 4 domestic shipping methods to Ebay using the C# dll. 3 of them are free and one is not. I am getting this error, which doesn't appear in the documentation (or I can't find it) Warning: Free postage is only applicable for the first…
Mitch Bukaner
  • 171
  • 13
-3
votes
1 answer

Placing an Offer with the Ebay API

This is the documentation for the API call for the Ebay API, but I can't seem to find an example of how to construct the URI... http://developer.ebay.com/Devzone/XML/docs/Reference/ebay/PlaceOffer.html also I was wondering if anybody has found…
Jacob Edward
  • 181
  • 1
  • 2
  • 10
-4
votes
1 answer

How to get a list of products by ItemID Ebay SDK

I would like to get a list of products filtered by their ItemID ? I successfully retrieved a list of products filtered by date using the GetSellerList Call on Ebay SDK. I saw there is a kind of getItem method but it seems to return only one item. Is…
Claudio Ferraro
  • 4,551
  • 6
  • 43
  • 78
-6
votes
1 answer

Error: You've provided an invalid postage policy while adding FixedPrice Listing

While I am adding a Fixed Price Listing on eBay. It is giving following error: No product found for ProductListingDetails.<4897010771015> You've provided an invalid postage policy. But by using the same c# code, I have added multiple similar types…
vicky
  • 23
  • 1
  • 1
  • 9
1 2 3
74
75