07-15-2024 10:50 PM
When I call the getReport API, the return status is 200, but the Response Body is garbled. How can I download the report
07-16-2024 12:37 AM - edited 07-16-2024 02:43 AM
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
07-16-2024 10:30 PM
Thank you for your answer. I will verify it