Hey all!
Is there a way to list of all products in a specific store/view (similar to <store_url>/rest/<view/store_code>/v1/produts in the regular REST API)?
Thanks
As far as I know, Graphql already supports this feature. You just need to call the API and it will return the correct products according to your current store.
Hi thanks for your response!
The behavior I've seen is that it will return products from the default website/store/view. But I wasn't able to get products attributes from another, non-default, view.
For example, let's say that I have one view in English and another in Spanish, and the names of the products are different in this views - I wasn't able to get the names in Spanish because in not the default view.