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

Forum Posts

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

Error: connection termination

Quando provo ad ottenere il token per poter fare le richieste , mi da questo errore: upstream connect error or disconnect/reset before headers. reset reason: connection termination

User avatar by Rising Star
  • 1139 Views
  • 1 replies
  • 0 helpful

Resolved! reviseItem API - do you need to submit a full item or updates only?

I am experimenting with the reviseItem API. I am not clear on whether to submit an item containing updated elements only, or a complete item with all elements populated. If I try performing a reviseItem call on an item with only the elements that I w...

CD:Card Condition - .net

Hello, How to find the value of the CD:Card Condition field in .net? Currently I just see the ConditionID value but now for the collectible card category we need to put this new value. I would like to make an extract from my database and be able to a...

ghk_dfz_0-1703092339497.png
User avatar by Adventurer
  • 2759 Views
  • 0 replies
  • 0 helpful

eBay API SDK

Hello all, I am trying to find a way to automate the API calls for the fulfillment API. I am able to recall the order details using the API from Postman, but would like to automate the token generation process so that i can do order calls every 30 mi...