how to get prices?

Hello, is it possible to get prices from catalog somehow ?

Sometimes it works, for eg:
response = requests.get('https://api.brickowl.com/v1/catalog/lookup/view?key=....&boid=159819)


But the following:
response = requests.get('https://api.brickowl.com/v1/catalog/lookup/view?key=....&boid=916034)

returns null in the following key:
"cheapest_gbp":null,

Probably the boid is not "totally" unique, but i don't know how can i get prices, even if i know the color, set id, part ids..etc

Comments

Sign In or Register to comment.