You will receive an XML file of our complete inventory
The file will attempt to save as productindex.dat you will need to rename it to productindex.xml
The XML build is as follows:
< inventory >
< product >
< itemID >value< /itemID >
< category >value< /category >
< subcategory >value< /subcategory >
< brand >value< /brand >
< item >value< /item >
< model >value< /model >
< thumb >value< /thumb >
< pic >value< /pic >
< price >value< /price >
< instock >value< /instock >
< description >value< /description >
< weight >value< /weight >
< retailprice >value< /retailprice >
< upc >value< /upc >
< dimensions >value< /dimensions >
< /product >
< /inventory >
Click here to view the XML structure.
|