#How can I fetch only products from one store in store/products?"
1 messages · Page 1 of 1 (latest)
Do I need to create a custom endpoint to do this?
??
As I understand it, yes you have to create a custom endpoint as /store/products provides no way to filter based on custom fields
Any other ideas on how I can do this?
Override route GET product list and try to use middleware or extend your function get storeId from request then inject to filter orm