I have a Rebrickable parts list that I want to upload to my Bricklink inventory.
I can copy the XML code from Rebrickable. Initially I tried to upload to a
Bricklink part list. I got an error that said:
-------------------------------
The document entered contains duplicate item/color combinations. Only one item
of each item/color combination is allowed.
I couldn't figure this out but I found the upload page for Inventory as opposed
to a part list. So, I pasted the code here and got an error on every item on
the list. Here is a sample:
Lot #1 in your file shown above has the following error(s):
Quantity not entered or not numeric
Item Condition Must be New (N) or Used (U)
Price not entered or not Numeric
-------------------------------
So, I would really appreciate any guidance on this. What is the best method
to transfer my Rebrickable part list to my Bricklink inventory.
I have a Rebrickable parts list that I want to upload to my Bricklink inventory.
I can copy the XML code from Rebrickable. Initially I tried to upload to a
Bricklink part list. I got an error that said:
-------------------------------
The document entered contains duplicate item/color combinations. Only one item
of each item/color combination is allowed.
I couldn't figure this out but I found the upload page for Inventory as opposed
to a part list. So, I pasted the code here and got an error on every item on
the list. Here is a sample:
Lot #1 in your file shown above has the following error(s):
Quantity not entered or not numeric
Item Condition Must be New (N) or Used (U)
Price not entered or not Numeric
-------------------------------
So, I would really appreciate any guidance on this. What is the best method
to transfer my Rebrickable part list to my Bricklink inventory.
Thank you!
I would just reupload the same list with those specific items removed and handle
them manually on Bricklink. 970c00 is legs with the same color, which is a bricklink-specific
item that rebrickable handles differently. The other one is a headlight brick,
which rebrickable has split into separate with- and without- slot items, but
which both map to the same bricklink ID.
Thank you! This sounds perfect! I'm going to try it now.
In Help, gatebuildr writes:
In Help, Klaymoor writes:
I have a Rebrickable parts list that I want to upload to my Bricklink inventory.
I can copy the XML code from Rebrickable. Initially I tried to upload to a
Bricklink part list. I got an error that said:
-------------------------------
The document entered contains duplicate item/color combinations. Only one item
of each item/color combination is allowed.
I couldn't figure this out but I found the upload page for Inventory as opposed
to a part list. So, I pasted the code here and got an error on every item on
the list. Here is a sample:
Lot #1 in your file shown above has the following error(s):
Quantity not entered or not numeric
Item Condition Must be New (N) or Used (U)
Price not entered or not Numeric
-------------------------------
So, I would really appreciate any guidance on this. What is the best method
to transfer my Rebrickable part list to my Bricklink inventory.
Thank you!
I would just reupload the same list with those specific items removed and handle
them manually on Bricklink. 970c00 is legs with the same color, which is a bricklink-specific
item that rebrickable handles differently. The other one is a headlight brick,
which rebrickable has split into separate with- and without- slot items, but
which both map to the same bricklink ID.
I have a Rebrickable parts list that I want to upload to my Bricklink inventory.
I can copy the XML code from Rebrickable. Initially I tried to upload to a
Bricklink part list.
Hi,
I know Rebrickable can connect and create a Wanted List on BrickLink directly
but I never tried it.
Is it what you mean you did when you said “initially I tried to upload to a BL
part list”?
Otherwise, did you try it?
I got an error that said:
-------------------------------
The document entered contains duplicate item/color combinations. Only one item
of each item/color combination is allowed.
As gatebuildr says in their answer, for some parts (and those in particular),
Rebrickable uses different IDs while BL uses one. And it seems Rebrickable doesn’t
“consolidate” the result (= merge the duplicates). So you have to do it yourself.
-------------------------------
I couldn't figure this out but I found the upload page for Inventory as opposed
to a part list. So, I pasted the code here and got an error on every item on
the list. Here is a sample:
There’s differences between a Wanted List and an inventory. Simply put: one
is for items you don’t have and therefore don’t know everything about while the
other is for items you do have and should know everything about.
That is reflected in the XML. The simplest differences are:
— WLs use MINQTY, inventories use QTY,
— WLs use MAXPRICE, inventories use PRICE.
And there’s a few fields in WLs (resp. inv.) that have no meanings for inventories
(resp. WLs) (WANTEDLISTID, QTYFILLED, etc.; BULK, STOCKROOM, SALE, etc.).
So you can’t directly upload a WL in an inventory and vice-versa. You need to
transform it first.
Now, all that being said, one simple solution may be to use BrickStore: it will
be able to consolidate the duplicates and you’ll be able to manage your store
inventory (download/upload, set prices…).