Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
I use the GetOrders API End Point to automatically pull my orders and then process them. Starting this past Friday, 9-13-2023, I've started getting timeouts when I make the call. At first, I was getting timeouts only 30% of the time but now I'm getti...
Hi All,All of a sudden my selling list api call is timing out. Any one running into the same issue?Please let me knowThanks
Hello, We are an integrator company from Turkey and we are making a software for Ebay Seller applications. I am trying to do tests on Sandbox but I need fake order and test products to test Products and Orders. Is there anyone who knows how I can cre...
https://developers.ebay.com/support/api-status/production/resolved-intermittent-failures-for-requests-to-the-item-resource-with-the-additional_seller_details-fieldgroup This was reported fixed in the API Status page but we are still intermittently ge...
Hi Devs, how is it possible, to offer Pickup only?I am using right now this code:switch (shippingOption) { case 'shippingAndPickup': shippingDetails = { ShippingType: 'Flat', ShippingServiceOptions: [ { ShippingServicePriority: 1, ShippingService: se...
I am looking for a way to subscribe to new listing notifications. I've looked through the docs extensively. https://developer.ebay.com/api-docs/commerce/notification/overview.htmlHere there is price changes, which may trigger when a new listing is ad...
Hello, I have a problem with my eBay listings. The description fields are now not loading properly on the screen. They have been working well for several years. I have not made any changes to the template. They should load in one go. But now the desc...
Hello, I'm trying to create python code that extracts all of my SKUs from my eBay store so I can figure out which SKUs are missing (all of my SKUs are numbered numerically).I've been trying to use my API user token credentials but for some reason, I ...
is it possible to read out field model name?
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,