Hi Guys!
What is the problem with the following xml format?
<INVENTORY>
<ROW>
<ID>6038421</ID>
<QUANTITY>3</QUANTITY>
<CONDITION>new</CONDITION>
</ROW>
</INVENTORY>
I have got the following error when I tried upload it for import wishlist: "Error Interpreting XML, missing root tag" but I have a root tag.
Many thanks for your help!
Br, Brickimp
Comments
<inventory>
<lot>
<boid>180504-50</boid>
<quantity>1</quantity>
<condition>new</condition>
</lot>
</inventory>
This worked for me for item numbers:
<inventory>
<lot>
<item_no>6038421</item_no>
<quantity>1</quantity>
<condition>new</condition>
</lot>
</inventory>
Import -> BO XML Format -> Select File -> Upload.
Thanks a lot for your answers! It works!
Br, Brickimp