Getting an 500 Internal error while executing a getInputFile API call
Answer
If there are 500 Internal server errors getting in the response of getInputFile API call, please make sure of two things here.
First:
getInputFile API call returns a zip file. This method has no response payload. If the invalid request header "Accept:application/json" will be used in this call, an error is thrown. So the accept header is not required for this call.
Second:
If the same taskId will be used for a long time, the 500 Internal server errors are expected.
So please note that "ebay stores the input files for only 3 days".
How well did this answer your question?
Submit Feedback
Thank you for helping us to improve the eBay developer program.
While we are not able to respond directly to your comments, we will carefully review them to improve your experience with eBay developer program!