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

getReport API Response status is 200,but Response Body is Garbled code

When I call the getReport API, the return status is 200, but the Response Body is garbled. How can I download the report

selloproducts_0-1721108981949.png

 

Message 1 of 3
latest reply
2 REPLIES 2

getReport API Response status is 200,but Response Body is Garbled code

That is correct, it is binary of a zip file. you will need to convert it to an xml file.

If you are doing in C3 then this should help you.

https://github.com/CMS365-PTY-LTD/EbaySharp/blob/main/EbaySharp/Entities/Sell/Feed/ResultFile.cs 

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 2 of 3
latest reply

getReport API Response status is 200,but Response Body is Garbled code

Thank you for your answer. I will verify it

Message 3 of 3
latest reply