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
-1
votes
2 answers

Design mySQL schema to save ebay categories

In my app, I am making a call to ebay API and save their categories to my local table. The API response is a list of categories. Each category could have more than one parent. Each parent category could have more than one child category. There…
Dejell
  • 13,947
  • 40
  • 146
  • 229
-1
votes
1 answer

Correct symbols in XML eBay API request

I am trying to get a product through eBay API using this XML request: Genre Comedy & Spoken Word But I receive following error in…
-1
votes
1 answer

eBay user authenticate

I have all the necessary steps done for the Android app I develop - registering with ebay, getting app id, dev id, and app certificate. How do I begin with authenticating the user with ebay to get his buying history? I need to do one step in order…
nirh216
  • 335
  • 1
  • 6
  • 15
-2
votes
0 answers

New URLs that will be available for use after the eBay upcoming decommission(January 31, 2024)

Searching eBay API **url **after decommission of Trading APIs Fields after January 31, 2024. I am using field Order.ExternalTransaction of Type GetOrders. I got that instead OrderArray.Order.ExternalTransaction have to use MonetaryDetails…
-2
votes
2 answers

Cors error when accessing EBAY User Consent API

I am attempting to follow this EBAY User Consent API article https://developer.ebay.com/api-docs/static/oauth-consent-request.html but I am getting a CORS error "blocked by CORS policy: Response to preflight request doesn't pass access control…
scottsuhy
  • 315
  • 4
  • 13
-2
votes
1 answer

Is there any API to get same level categories?

I am new to the eBay API. I am struck for getting the same level categories. I am using getCategoriesInfo (Shopping) API for getting categories but not found any way to get the same level categories. public function getCategories(int $categoryId =…
-2
votes
1 answer

Storing data from eBay FindCompletedItems Response

I'm looking into using the findCompletedItems API request to look up historical prices on sold items. In the documentation (https://developer.ebay.com/devzone/finding/callref/findCompletedItems.html) it specifically states that you are limited to…
James Parker
  • 2,095
  • 3
  • 27
  • 48
-2
votes
1 answer

How to get all listing details through ebay API?

I'm using ebay API request: "GetSellerListRequest" with option "ReturnAll". It gives me a bunch of information, but there is missing some, like (Return policy or Shipping policy and a few others). In other words, how i can pull information from…
Linas Lg
  • 199
  • 2
  • 17
-2
votes
1 answer

How to Obtain (Extract) eBay Listing EAN which is not Visible (multi-variation listing?

wanted to know if there's a way to obtain the ean used by seller for a product listing on eBay, the ean does currently show up on eBay's item specifics area if its a multi-variation listing (only shows up if its a single product listing), so is…
-2
votes
1 answer

ebay shopping API AngularJS unexpected error

angular.module('BeautyCare', ['ionic']) .config(function($stateProvider, $urlRouterProvider) { $stateProvider .state('tabs', { url: "/tab", abstract: true, templateUrl: "templates/tabs.html" }) …
-2
votes
2 answers

eBay API PHP SDK getting cURL error 60: SSL certificate

I am using eBay API PHP SDK and get this error when running on my local WAMP server in Win 7: Fatal error: Uncaught exception 'GuzzleHttp\Exception\RequestException' with message 'cURL error 60: SSL certificate problem: unable to get local issuer…
avi
  • 15
  • 4
-2
votes
1 answer

How can i setup eBay trading api with production account?

I have merchant account in eBay (production) and developer account (Sandbox). All i need is working on Sandbox, but how can i relate that code with production account. $this->service = new Services\TradingService(array( 'apiVersion' =>…
Viruscom1000
  • 119
  • 12
-2
votes
1 answer

eBay API response error: Resource interpreted as Script but transferred with MIME type text/xml

I'm new to eBay's API, have been creating url string and appending it to a JS-created 'script' tag, only been calling findItem / findItemAdvanced so far and had no problems receiving and processing the response. Problem is I tried a getSingleItem…
LostInCyberSpace
  • 413
  • 4
  • 19
-2
votes
1 answer

WSDL imported with C++ Builder Wizard (C++ Builder Xe6 Pro)

i am pretty lame with using wsdl importer wizard with c++ Builder (XE6 Pro) but finnally managed to properly import EBAY WSDL: http://developer.ebay.com/webservices/latest/ebaySvc.wsdl I can successfully run simple calls, but problem arises , when…
Vancalar
  • 963
  • 1
  • 7
  • 15
-2
votes
1 answer

eBay API - unable to add Global Shipping Program option AddItemRequest

I have code that looks like this to create a XML Request. I've tried a few variations, but only get errors. Can anyone help? // create the XML request $xmlRequest = ""; $xmlRequest .= "
Jay Jee
  • 317
  • 1
  • 3
  • 7
1 2 3
74
75