-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need product list using store in search filter #4030
Comments
All that you need to do is to specify store code in your URL |
Please use forum for questions. |
@maksek filter by store_code not working with V1/products on Magento 2.1.0. It is working perfectly with V1/categories. With V1/products you will receive always the same products... |
We need to get product list using store ID by Rest WebAPI.
We have a API : http://[domain]/rest/V1/store/storeConfigs here we got stores which we use in website.
Just like we can pass status or any other field in "http://[domain]/rest/V1/products" API search filters part to get products according to status.
here we need to get product list for multi stores using different store id.
Our question is that how can we get the list of product using store id by using rest WebAPI.
Thanks,
Kuldeep
The text was updated successfully, but these errors were encountered: