Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
I'm integrating ebay api's and came up with an issue that how can I populate brands of a product ebay deals with. Basically I need an API that will return brands or List of brands. Is there any API already exist or I'm missing something?developer_sup...
When updating a product I use the code: I use it explicitly - None--------It installs for me - Bold Title $4.00... how can I disable this?
Hi, I'm attempting to install the oauth ebay client for python and have cloned the repo: https://github.com/eBay/ebay-oauth-python-client. I however have followed the instructions to install the modules: oauth2api, credentialutil and model: from oaut...
Hi all just a quick question,I am trying to retrieve the user notes of my items item using the SDK.Item > eBayNotes (should be the node)Item > PrivateNotesUsing GetMyeBaySellingbut cannot see any information in the XML (eg the node)The doc says you h...
As of yesterday my eBay application has stopped working.When making a call it just times out without any error being returned.Is anyone else experiencing the same problem?
Good morning,I am using the Trading API SDK (.net) to list and revise FixedPriceItems.Anyway the ReviseItem call does not allow to set the quantity to zero.As it is possible to set the qunatity to zero in the Eaby backend, it should also be possible ...
Hallo,as it is not possible to set the quantity to 0 with the trading API, i used endfixedprice item.Now i want to relist it, if it is availble again.But relist results in violation duplicates rule, and states that the item is already listed.Trying t...
Good morning,I am using the Trading API SDK (.net) to Additems and update Quantiy and price.I only have FixedPrice items with Listing duration GTC.As the quantiy is updated regulary the items can be listed for a long time.With getSellerList I want to...
Hello all, I hope i'm in a the good category. I'm currently working on the sandbox to test to upload a product from C# .net and I am facing something that makes my hair falling. I have this code : ReturnPolicy = new ReturnPolicyType { ReturnsAccepted...
Hi, I'm using python to create items and to sell them on eBay.To be more specific, I'm using ebaysdk.trading. My program was working well like last week, but uncertainly I get the Error Code 240 now without any changes being done:ebaysdk.exception. C...
Hello, I am retrieving data from the Trading api using the getMyEbaySelling method with 3 different requests, active, sold and inactive, and from getSellersList, i have set a specific date range, from my understanding the count of the active, sold an...
Hi there guys I have been using the ebay SDK for quite some time, but today noticed that the tag SellerVacationNote for the method GetItemCall isn't getting populated for the below item, even though the information about the seller's vacation shows u...
Hello all, I'm trying to start connecting to production API (i.e. findItemsAdvanced of Finding API) using python ebaysdk, everytime I fetch the first page with pagination I can only get 8 to 20 records). I cannot search any similar questions online. ...
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