Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Issue:I added items via AddItem, AddItems, and AddFixedPriceItem. I also used RelistItem and now I'm confident that I have active listings. However, in the Sandbox environment, I can't see these listings without navigating directly to their URL, e.g....
error post
I have setup my SetNotificationPreferences, to my email and https endpoint. I list an item which is enabled for the notifications, I don't receive any API endpoint hit or any emails. I call "GetNotificationsUsage" to see if any errors are happening b...
Hi,I'm currently looking to build a eBay calculator for a project. Could someone point me in the direction of where I can get the fee's from the API? Amazon has a API for getting seller fee's hoping eBay has similar? Thanks
Issue Solved
Hi, Is there a webhook endpoint for getting when an order has been delivered? currently I can only find one for when a new order has been created. Thanks,
we request the CompleteSale Api, response is "Success", but we login ebay system found not success. our ShipmentTrackingNumber not register in ebay system. request the Api three times only one is real success
I have tried to get the relevant list by setting AdminEndedItemsOnly to true via the GetSellerList API, but no data is returned. this is my request data:*************************************true12852024-08-04T10:00:00.005Z2024-10-20T10:00:00.005Z res...
Hi, how do i get my reply to a message sent from a buyer? On my Json return it says reply = true but doesn't actually provide me with the reply text, I need this information to get all old messages and the reply given. Thanks,
Is the ReviseInventoryStatus API part of the 5,000 call limit of the Trading API or just the 6.000 calls limit per 15 seconds?
Did anyone else experience a malfunction of the API on July 31st that caused applications to make multiple listings?
Hi,I am trying to retrieve the HitCount property using the GetSellerList method, but it is not being returned. Other properties are being successfully retrieved. Below is the input I am passing: {{accessToken}} true 200 1 2024-07-01T00:00:00.00...
What is the XML used to set the "Listing ad rate" when making an AddItem call?
My store uses three different shipping policies:233147120013 RIVER HOUSE PAYS Media Mail + Priority Mail233147093013 UPS Ground, 3 Day Select, Next Day Air233125025013 PAID BY CUSTOMER Media Mail + Priority Mail How can I add this information to the ...
I originally started building my tool by pulling orders via the getOrders call. I pull the last 90 days, in 30 day increments, since 30 days is the max time frame I can pull for, and 90 days is as far back as I can go. Every order has an ebay item id...