Get warehouses for products

Hi all

I’m trying to get warehouses for products using https://api.veeqo.com/products method
In result I can see only one default warehouse for each product.
Is it possible to get products with all warehouses info or get products of particular warehouse?

Thanks

Hey,

If you want to get all products you can send the query string as ?warehouse_id=:id the overall request URL would look like https://api.veeqo.com/products?warehouse_id=XXXXX

In the overall product collection response you should see any warehouse that has stock of a product.

Does this help?

Thanks

hm, I tried to add this uri param but it didn’t work
now it works, guess I specified wrong api key

Thanks!