Hi everyone, I am new to using the Catalook, I would like to upload advanced categories in bulk. I am aware I can somehow use an xml file to achieve this. My questions is, does anyone one have a sample file which contain at least 2 items. The sample xml shows only one item and i am not too sure how to create the second item.
I thought of doing something like this (see below) would this work.
<?
<items>
<item>
<Category1ImportID>ICPU1</Category1ImportID>
<Category1Name>Intel CPU1</Category1Name>
...........
<
</item>
<Category1ImportID>ICPU2</Category1ImportID>
<Category1Name>Intel CPU2</Category1Name>
........................