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

The GetOrder API call is failing due to a timeout issue.

For the past two days, we've been encountering an issue with eBay where we receive a 'The operation has timed out' message. Is anyone else experiencing the same problem, and does anyone have a solution? Your assistance would be greatly appreciated.

 

Message 1 of 3
latest reply
2 REPLIES 2

The GetOrder API call is failing due to a timeout issue.

Hi @dealsbuzz,

 

If you are using the eBay SDK, you can try using the most recent version of the Trading API. The functionality of the SDK can be affected by updates to the Trading API.  

 
For example, the removal of deprecated elements in the latest schema version has resulted in backward incompatibility. To stay informed about schema updates, including the removal of elements, please consult the Trading API Release Notes.
 
Further details on Versioning Strategy and Deprecated Objects can be found here: https://developer.ebay.com/DevZone/XML/docs/ReleaseNotes.html 
 
You can also check the README on our GitHub page
Best Regards,
eBay Developer Support
Message 2 of 3
latest reply

The GetOrder API call is failing due to a timeout issue.

I traced the cause. I noticed that requests sent with the HTTP/1.0 header were running very slowly. Changing the header to HTTP/1.1 fixes the problem. I would appreciate if you could correct this.

 

Message 3 of 3
latest reply