Wishlist import xml format

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

  • 3 Comments sorted by Votes Date Added
  • This worked for me for BOID:

    <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.
  • I agree, I'm not sure "ID" is analagous to a BO ID or a Item ID (which I believe is the BO ID plus the -XXX to designate the color, unless it's a set/minifig/minibuild). ??? Have you tried putting a couple of items into an inventory and exporting it to see the common field names here?
  • Hi Guys!

    Thanks a lot for your answers! It works!

    Br, Brickimp
Sign In or Register to comment.