SellerCloud sends a lot of feeds using XML files and if you want to read one of the files it is easier if you first convert it to CSV so that you can view it in Excel.
Use the attached files XmlToCsv.Executable.zip or download the latest version from http://xmltocsv.codeplex.com/ and then open a DOS prompt and type the following command:
XmlToCsv.Console.exe -xml [TypeXMLFilePathHere] -dir [TypeResultsFolderHere]
For example, an Amazon inventory upload document would be converted from:
Inventory
1
Update
ABC
0
1
to:
SKU Quantity FulfillmentLatency Message_Id
ZZGIPJ 0 1 0
ZZDSA 0 1 1
Attachments: