Finding store of a particular product

@SoumyaAcharya how to find a storeId of a product. Is product mapped to a store?

@punitbadal Each product is mapped to a store for inventory purposes. You can find the store code of a product by using Catalog | Fynd Partners Help Center .

@SoumyaAcharya
We want to fetch all products of a company id.
But we have to understand which store it actually belongs to.
But the API which fetches all products does not have any store information.

From your reply above, we could understand that only inventory is mapped with store info.
So we have to do an additional API for every product we fetch.

Is there a better option to do this ? By skipping the additional API call.
A single API call which can give all products with store info and inventory info given retailer’s company id

@Sai_Teja_Singamsetty The products are not store-specific, they reside in a company. The sales channel(s) who want to sell can opt for it. Only the inventory is linked to a store location/warehouse. I suggest you check the documentation @SoumyaAcharya shared, if you still have any doubts.