An inventory for an item in the BrickLink catalog can be uploaded in BrickLink XML format on the Add Inventory page. If there is an error in the BrickLink XML format, the upload process will stop and display an error message. Once the BrickLink XML format has been successfully uploaded with no errors, the inventory can be verified before being submitted to an Inventories Administrator for final approval. Below are the guidelines for how to create an inventory in BrickLink XML format along with detailed explanations of the available elements that must or can be used. A sample inventory in BrickLink XML format follows that. | ||||||||||||||||||||||||||||||||||||
Creating an Inventory in BrickLink XML format | ||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||
Sample Inventory in BrickLink XML format | ||||||||||||||||||||||||||||||||||||
The sample inventory in BrickLink XML format shown here contains the parts which make up the Skeleton with Standard Skull minifigure. <INVENTORY>
<ITEM>
<ITEMTYPE> P</ITEMTYPE> <ITEMID> 6260</ITEMID> <COLOR> 1</COLOR> <QTY> 1</QTY> </ITEM>
<ITEM>
<ITEMTYPE> P</ITEMTYPE> <ITEMID> 3626bpb0001</ITEMID> <COLOR> 1</COLOR> <QTY> 1</QTY> </ITEM>
<ITEM>
<ITEMTYPE> P</ITEMTYPE> <ITEMID> 6265</ITEMID> <COLOR> 1</COLOR> <QTY> 2</QTY> </ITEM>
<ITEM>
<ITEMTYPE> P</ITEMTYPE> <ITEMID> 6266</ITEMID> <COLOR> 1</COLOR> <QTY> 2</QTY> </ITEM>
</INVENTORY>
|