Wishlist XML import - No match found - what is going wrong

I am new to Brick Owl and I have just created a Wishlist using Excel - List of around 500 different Lego pieces.
I have written an Excel Macro which creates a XML structured listing. I run the macro and then cut and paste the XML into the Wishlist working area. The first item is added but the rest are rejected.
e.g.
No match found for 241224
No match found for 241928
No match found for 242026

A shortened version of the XML looks like:-

<INVENTORY>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>15573</ITEMID>
<MAXPRICE>0.04</MAXPRICE>
<MINQTY>1</MINQTY>
</ITEM>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>241224</ITEMID>
<MAXPRICE>0.03</MAXPRICE>
<MINQTY>7</MINQTY>
</ITEM>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>241928</ITEMID>
<MAXPRICE>0.04</MAXPRICE>
<MINQTY>2</MINQTY>
</ITEM>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>242026</ITEMID>
<MAXPRICE>0.03</MAXPRICE>
<MINQTY>2</MINQTY>
</ITEM>
</INVENTORY>



I can't see anything wrong with the format - can anyone help?

Comments

Sign In or Register to comment.