eBay APIs: SDKs
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

API For List of Brands that Ebay deals with

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...

User avatar by Pathfinder
  • 983 Views
  • 2 replies
  • 0 helpful

Error installing oauth python library

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...

GetMyeBaySelling Private Notes on Item API

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...

User avatar by Adventurer
  • 1312 Views
  • 0 replies
  • 0 helpful

Relist Item violates Duplicate rule

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...

Returns not accepted .net API

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...

Error Code 240

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...

Signature validation failed to fulfill the request.

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...

Java SDK Javadoc

Hi, Where is EBay Java SDK Javadoc? or any document lists out the SDK api interfaces and features supported? Thanks,Song