Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Constantly getting the following error on every signed request I try on production with my production pk/jwe and valid access token. The same code works on sandbox with my test user/test pk/jwe and sandbox generated token.{ "errors": [ { "errorId": 2...
Hi, Where is EBay Java SDK Javadoc? or any document lists out the SDK api interfaces and features supported? Thanks,Song
Quando provo ad ottenere il token per poter fare le richieste , mi da questo errore: upstream connect error or disconnect/reset before headers. reset reason: connection termination
I'm using the eBay hook to get events back to the app every time eBay on an item is revised. Currently, in the data event sent to the app, I want to check the field ItemCompatibilityList but it seems it needs to be added.Can we check all information ...
Hi,I have some software that ends listings. It has been operating fine for about a year. Now I am seeing the following error:HTTP transport error: java.net.UnknownHostException: api.ebay.com.It is also strange that it sometimes appears my code is wor...
I am experimenting with the reviseItem API. I am not clear on whether to submit an item containing updated elements only, or a complete item with all elements populated. If I try performing a reviseItem call on an item with only the elements that I w...
1.I am a Java developer and encountered the following issues when using version 1131 of eBay SDK. 2.Then I checked the corresponding class files and found that SDK did not provide the following related classes Import org. apache. xml. utils. PrefixRe...
Hello, How to find the value of the CD:Card Condition field in .net? Currently I just see the ConditionID value but now for the collectible card category we need to put this new value. I would like to make an extract from my database and be able to a...
Hello all, I am trying to find a way to automate the API calls for the fulfillment API. I am able to recall the order details using the API from Postman, but would like to automate the token generation process so that i can do order calls every 30 mi...
I am using JAVA sdk for notification API , please refer this . I have created destinations for ITEM_PRICE_REVISION , ITEM_AVAILABILITY and MARKETPLACE_ACCOUNT_DELETION and subscribed MARKETPLACE_ACCOUNT_DELETION, ITEM_PRICE_REVISION and ITEM_AVAILABI...
I have created destination and i am receiving challenge code on my client side but after subscribingITEM_PRICE_REVISION and ITEM_AVAILABILITY I am unable to get push notification. I have included https://api.ebay.com/oauth/api_scope/buy.item.stream O...
I generated an authorization address (https://auth.ebay.com/oauth2/authorize?client_id=xxxx&response_type=code&redirect_uri=xxxxx&scope=https://api.ebay.com/oauth/api_scope+https://api.ebay.com/oauth/api_scope/sell.marketing.readonly+https://api.ebay...
Any chance we can get this updated? It seems to die in CategoryFacade.cs on the SyncNameRecommendationTypes method. I'm guessing it's because the GetCategorySpecificsCall isn't actually current with the API, but I don't know for sure. Definitely make...
Hello I am trying to update my .NET software to support the new Condition Grading for trading cards but the the .NET SDK ImageType does not contain the "ConditionDescriptor" field required to do this. I use my .NET software to take images of TCG card...
I am trying to create a service in .net 7 to list the parts to eBay but I don't see a SDK that supports .NET Core. How can I do this?