Using the API and download myStore inventory via the call "inventory/list", doesn't return the full inventory. Approach 8% of the lots listed on the website are not being returned. Trying a specific lotId which is missing as addition to the call results in an empty result.
Any idea what is causing this error? But more important, how to resolve it?
Comments
https://api.brickowl.com/v1/inventory/list?key=<secretKey>&lot_id=<lotId> which doesn't give a response. Without the lotId I do get results.
It looks like the active_only parameter seems to be working. Thanks for the support.
If I leave the id_type out, other lookups will yield to many results.
I tried to retrieve the id_type for this value via 'catalog/lookup' but get a response that I don't have access to this specific API.
Any suggestions on how to retrieve the BOID and understanding the id_type to be use?
P.s. I have used all 3 options from API page: item_no, design_id or set_number, none of them provide a result. Leaving it blank will provide a result.