Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
SdkAPIInterfaceServiceLocator init errorstatic { try{ //by default, wsdl is in the root package URL url = EBayAPIInterfaceService.class.getClassLoader().getResource(EBAY_WSDL); if (url == null) { throw new SdkException("fail to load ebay wsdl, please...
Do you have any recommendations for partners or services I could work with to access data that eBay makes available through their APIs? I can connect directly to the APIs, but there are limits to what I can access based on my account type. I am hopin...
Hi, We are using the .NET SDK for the eBay Trading API. I would like to know if there is a way to get the response headers after executing the call. I tried searching online and also investigated if there is any variable in either the ApiResponse obj...
I can login to my kijiji account, get my ads, delete an ad from our .NET application.Having difficulty in posting an ad.Can't find any documentation.I am posting this here since Kijiji is owned by ebay.Any help appreciated.
Whoever this clown is, he has been around for a while. He has gotten into my accounts using bogus user name "WILHOP_6741". WHO SHOULD I GET TO HELP ME???
We have used ebay.service sdk to communicate with ebay but unfortunately eBay does not provide a built-in method to add a DOCTYPE declaration to the XML request payload. any help how we can do it
We use the Trading API via the C# SDK. We are trying to import the Seller data so we can manage their inventory, and we do Books. We need the ISBN and EAN from Product Listing Details, yet we do not get any data back from the GetItem calls. have trie...
I am trying to receive the events under platform notifications using the SDK provided for the same. But, I am not able to get the notification under the same topic which I am making an action. I configured the end-point under the platform-notificatio...
Hi, I'm fairly new to the eBay API's and I'm currently looking at developing systems within GO to utilise them. I've discovered the various SDKs in other languages and a couple tiny GO ones but is there demand out there for a more fully featured go m...
To solve this problem we downloaded we download the digital-signature-nodejs-sdk, But An error occurred during compilationHow to solve this problem? Or is there any SDK suitable for c#?
Hi Everyone, While performing the product migration using 'bulkmigrate' API call. We are seeing 2 different types of errors for a few products, where in some of the products we are able to migrate using same piece of code. Any thoughts on how to solv...
Hi, I have been using the Finding API to perform some searches on the eBay site, so far I have this code: import jsonimport pandas as pdfrom ebaysdk.finding import Connection as findingfrom bs4 import BeautifulSoupfrom config import app_idKeywords = ...
Hi, i'm using the last .Net SDK 4.0 version (1131) and I have a issue with the method GetItemTransactions. When I call it, the object TransactionTypeCollection returned is empty but I view via fiddler that the response is full (complete, I view the f...
The problem is that the shipping address I got when I got the order for the first time is only the abbreviation of the country(value:AF), and other information is not. For example, the street, city, and zip code are not returned. Is there a delay in ...
When the shipping address of the order returned by GetOrders is an international address, it is necessary to send the goods to eBay. How long will there be a delay in the eBay shipping address generated at this time