I have started listing some tiles with stickers and came across several situations where there are items created already for them in the BO catalog but no way to differentiate them.
For example in the set 3182 there are three white tiles 2x2 with stickers. How do I know which one is witch ?
I assume that somewhere there is a reference to the BL number for those who sync their inventory but I can't find it.
Comments
But you can still do an API ID lookup.
https://api.brickowl.com/v1/catalog/id_lookup?type=Part&id_type=bl_item_no&key=YOUR_API_KEY_HERE&id=PART_ID
Replace YOUR_API_KEY_HERE with your BrickOwl API key.
Replace PART_ID with the part's BLID.
I have created an APIs key but I keep getting {"boids":[]} when I do my query for these particular items.
I have tried other items and it seems to work as long as it is just a simple number. All parts with letters or "-" in the id seems to fail
I am pretty sure the item I am looking at are related. For example the 3 white tiles 2x2 with sticker in set 3182. They are exactly 3 on BL and 3 on BO.
Looking up parts with letters is fine. But I see the problem you encountered, you are trying to find 3068bpb0459L and 3068bpb0459R.
BL recently renamed thousands of parts, breaking external databases everywhere (BrickStock and mine included). You can successfully look up 3068bpb459L and 3068bpb459R (notice the removed zeroes). Once you found the matching BOIDs, you can submit the updated BLIDs.
I wanted to automatize submission of BLID updates but the day job has left me with very little free time lately. I still plan to do this eventually.