Hey all,
I've been struggling with Brickstock for a while and figured out how to upload to brick owl. The only thing that I can't seem to figure out is how to download my BO inventory and edit it in brickstock. I tried both the XML and CSV options, but both don't seem to work.
Is this possible? Or is there some other software I could use that has the same functions? Any help would be greatly appreciated!
Comments
Than use the importfunction in inventory site.
I hope it is helpfully.
If you can write code, one could think to build a database to perform the BOID->BLID transform and convert the BrickOwl's XML to BSX. But then, the BrickOwl "lot ID" information would be lost and I'm not sure if a BSX update must strictly match external_id with the BSX's LotID fields (in order to actually update and not create new lots).
Instead, here, I'm locally keeping a BSX file that's automatically updated when new orders are received through the API. (Urgh... I really, really need to finish that software so others can use it...)