Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Hi, Can someone help me with getting my app whitelisted to receive platform notifications.I can't seem to raise a support ticket to do it. Thanks
Hi, public GetCategorySpecificsResponseType getCategorySpecific(string[]ID){GetCategorySpecificsResponseType res = new GetCategorySpecificsResponseType();try{var collection = new StringCollection(ID);var categoryspecificrequest = new GetCategorySpeci...
facing "exceeded usage limit on API call" while uploading/revising on eBay API call.Ebay's Developer APIs have a daily limit of 5,000 API calls. If this limit is exceeded, we may encounter the error 'your application has exceeded usage limit on this ...
Without diving into tons of testing, does anybody know what happens if you submit an item with add item and include manual shipping details to an account that uses business policies? I'm assuming it just creates a new or duplicate policy. Or, does it...
This was originally posted on Seller Tools Forum but it was suggested (@shipscript) I post it here after checking if my addresses stored in eBay (@lacemaker3) do not contain the offending address, which it does not. So here it is: Hi GuysI am develop...
Hi,I started getting "Inactive application or developer" error on AddItem in Sandbox. Regenerated the keys, but it did not help. VerifyAddItem call with the same data and account works just fine.The productive keys are also working fine. What is wron...
I'm running ~30 GetMyeBaySelling calls every 5-15 minutes.Documentation states: "Per (seller) user ID, no more than 300 GetMyeBaySelling calls can be executed within any 15-second interval."As of today, I can't call it at all. Error 518 "Your applica...
According to the documentation, GetMyeBaySelling should return PictureDetails by default, but instead I'm getting an empty string. I tried setting DetailLevel to "ReturnAll" but that didn't help either. Does anyone know if there's a better endpoint t...
I was posting a listing and got an error that a couple ItemSpecifics were needed: 'AddItem: Class: RequestError, Severity: Error, Code: 21919303, The item specific Sport\xa0is missing. The item specific Sport\xa0is missing.\xa0Add Sport to this listi...
What is the procedure to get the token and minimum data required to post a sales listing. I am trying to create a system that post item to sell to eBay with little human intervention
Hi,I'm working on some integration with ebay, and having an issue with receiving XML platform notifications on item being sold.I was trying to get "EndOfAuction" event, with no success. Now I'm trying to check all event names and set up like this: E...
I am using ebay-api Node library to AddFixedPriceItem. I am adding variations but none of the images are available other than the main item images. Here is a snippet of code Variations: { Variation: filteredStickers.map((sticker) => ({ StartPrice: st...
I need all acitve items on german site.If I use GetMyeBaySelling I can not exclude other country sites.So I get a lot of not needed Items from France or Italy....And I got also 21366WarningShort error: Data is truncated.because there are more than 25...
403 forbidden access for all APIs but Browse when using API Explorer. What are the steps required to get permission?
Hello.If you don't mind, please advise. I started studying the API of ebay today.I want to do "X-EBAY-API-CALL-NAME: AddItem" of the API.When I tried, the following error occurred: Error: 37 - Input data for tag is invalid or missing. Please check AP...