Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
What information does Ebay send a seller after a buyer pays for an item?
I am currently using the GetItem API in our live web system, but starting today, I've been receiving the following response: 2024-04-07T01:34:57.826Z Failure Call usage limit has been reached. Your application has exceeded the usage limit on this c...
Hi everyone,I recently attempted to register for an eBay Developers Program account with the intention of using the API for my upcoming full-time selling venture on eBay. I'm in the process of developing scripts to manage my listings effectively, as ...
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 ...
Hello i cannot make AddFixedPriceItem calls in the sandbox for 2 days from my application or APIexplorer. It doesnt appear to be a data issue as i have tried with the demo xml in the api explorer and still get the same error. Please advise this is ex...
订单查询问题鉴权问题,求带,求解
Hello, I have a product API , but when tested on the API explorer , almost all APIs respond with 403 forbidden, is there anything specific I should do ?
Hi, I do not find any mention about deprecating Item.PrivateNotes. Does anyone knows why GetMyeBaySelling (SoldList block) even if SoldList.IncludeNotes : True do not return Item.PrivateNotes?
Internal server error encountered. If this problem persists, contact the eBay Developers Program for support.I'm getting this error when using the GET STORE API why?
I can update/change/remove listing private note by ReviseFixedPriceItemRequestType but I read them by GetItemRequestType but no return data of PrivateNote
I'm trying to list sports cards using the AddFixedPriceItem API call but the Ebay API keeps responding with this error when using the ConditionDescriptors parameter:{ ShortMessage: 'System error.', LongMessage: 'System error. Unable to process your r...
I am using VerifyAddItemI get a parse error when I have an Umlaut (ä) in the Description XML. If i replace it with an (a) , everything works fine.Entire description as follows:Antique, German historical work elaborating on the history of the Romans. ...
My account is new. At first I was able to use the React API to edit my Listing just fine. It has good response. But after the store account enabled Monthly Store yesterday. As a result, there is an outstanding balance without realizing it. When I rea...
Does anyone know what the developer API for getting the Download Report of Awaiting Dispatch. I need to get the same information from the Download report available from the UI of this link below:https://www.ebay.co.uk/sh/ord
I need a notification when an item is deleted from the listing.I have tried with "ItemClosed" and "ItemUnsold" on SetNotificationPreferencesRequest but nothing arrive The callback works fine when an item is sold Any idea ?