Sunteți pe pagina 1din 14

Copyright (C) 2015 MasterWindy

Create a BrickLink Wanted List XML


Copy and paste the following template into a text editor (TextEdit for Mac users, Notepad for
Windows users). We will replace ???? with actual values shortly.
<INVENTORY>
<ITEM>
<ITEMID>????</ITEMID>
<ITEMTYPE>????</ITEMTYPE>
<COLOR>????</COLOR>
<MINQTY>????</MINQTY>
<CONDITION>????</CONDITION>
<NOTIFY>????</NOTIFY>
</ITEM>
</INVENTORY>
The template above is the absolute minimal required to successfully add Wanted Items into
your BrickLink account. Each item you want to add into your Wanted List is represented by
the text between <ITEM> and </ITEM>.
For this demo, we will create a Wanted List with two (2) items.

www.WABricks.com

Copyright (C) 2015 MasterWindy

The first item is a Blue Brick, Modified 1 x 1 with Stud on 1 Side: http://www.bricklink.com/
catalogItem.asp?P=87087&ccName=4583862
If you click on the link above, you will notice the following message:
4583862 is the part and color combination code for this part in Bluecolor
The reason we got this message, is because we searched for 4583862.
4583862 is the number LEGO used to represent the same part in Blue color. You will notice
this in the back of LEGOs instruction booklets.
BrickLink uses a different part number in its catalog: 87087. You may have noticed this
number on the actual part itself.
For BrickLinks Wanted List feature, you will need to enter 87087.

www.WABricks.com

Copyright (C) 2015 MasterWindy

Therefore, our XML will now look like the following:


<INVENTORY>
<ITEM>
<ITEMID>87087</ITEMID>
<ITEMTYPE>????</ITEMTYPE>
<COLOR>????</COLOR>
<MINQTY>????</MINQTY>
<CONDITION>????</CONDITION>
<NOTIFY>????</NOTIFY>
</ITEM>
</INVENTORY>
For ITEMTYPE, replace the question marks with P, without the quotes, which stands for
Parts. Next, find the color by looking up this page: http://www.bricklink.com/
catalogColors.asp
For Blue color, the value to enter is 7.

www.WABricks.com

Copyright (C) 2015 MasterWindy

This is how our XML looks like after adding the item type and color code:
<INVENTORY>
<ITEM>
<ITEMID>87087</ITEMID>
<ITEMTYPE>P</ITEMTYPE>
<COLOR>7</COLOR>
<MINQTY>????</MINQTY>
<CONDITION>????</CONDITION>
<NOTIFY>????</NOTIFY>
</ITEM>
</INVENTORY>
MinQty is the number of pieces you want. This is an optional value, but it is useful to filter out
stores that doesnt have the minimum number of pieces you require. Lets set this to 1.
Condition is used to specify if you want New or Used. Enter N or U respectively.
Finally, you may want to set Notify to N (or Y), to decide if you want to be sent an email when
a particular BrickLink store adds that part into their store.

www.WABricks.com

Copyright (C) 2015 MasterWindy

Our XML now looks like this:


<INVENTORY>
<ITEM>
<ITEMID>87087</ITEMID>
<ITEMTYPE>P</ITEMTYPE>
<COLOR>7</COLOR>
<MINQTY>1</MINQTY>
<CONDITION>N</CONDITION>
<NOTIFY>N</NOTIFY>
</ITEM>
</INVENTORY>
I will add one more item to the list, a Red, Plate 2 x 4. BrickLink part number is 3020. Color
code is 5 for Red. MinQty set to 2, Condition set to Used and Notify set to Yes.

www.WABricks.com

Copyright (C) 2015 MasterWindy

Our XML will now look like below:


<INVENTORY>
<ITEM>
<ITEMID>87087</ITEMID>
<ITEMTYPE>P</ITEMTYPE>
<COLOR>7</COLOR>
<MINQTY>1</MINQTY>
<CONDITION>N</CONDITION>
<NOTIFY>N</NOTIFY>
</ITEM>
<ITEM>
<ITEMID>3020</ITEMID>
<ITEMTYPE>P</ITEMTYPE>
<COLOR>5</COLOR>
<MINQTY>2</MINQTY>
<CONDITION>U</CONDITION>
<NOTIFY>Y</NOTIFY>
</ITEM>
</INVENTORY>

www.WABricks.com

Copyright (C) 2015 MasterWindy

Uploading to BrickLink
Paste the XML contents into the text box as shown below and click on Verify Items.

www.WABricks.com

Copyright (C) 2015 MasterWindy

In the following page, scroll to the end of the page and click on Upload File.

www.WABricks.com

Copyright (C) 2015 MasterWindy

Go to http://www.bricklink.com/wantedView.asp. Create a new Wanted List by giving it a


name and clicking on Add New Wanted List.

www.WABricks.com

Copyright (C) 2015 MasterWindy

Select My Main Wanted List from the dropdown as shown below, then click on Go.

www.WABricks.com

Copyright (C) 2015 MasterWindy

Verify that you are now in the correct Wanted List by looking at the highlighted area. Then
click on Show All.

www.WABricks.com

Copyright (C) 2015 MasterWindy

Click on the checkbox highlighted to select all items in the current page.

www.WABricks.com

Copyright (C) 2015 MasterWindy

Scroll to the end of the page and select the Wanted List that you just created earlier. Click on
Submit Changes to move items from the current page into the correct Wanted List. Repeat
until all items are moved away from the Main Wanted List.

www.WABricks.com

Copyright (C) 2015 MasterWindy

Brought to you by MasterWindy


Owner of WA Bricks: http://www.WABricks.com
(C) 2015 All Rights Reserved
Feel free to distribute this

www.WABricks.com

S-ar putea să vă placă și