We’re building the Recipes by FoodSocial Mini and want to show personalized recipe recommendations based on the products returned by the useRecommendedProducts hook.
Currently useRecommendedProducts doesn’t include categories in its return values and additionally does not accept ProductFilters as a parameter. This makes it difficult to match Shopify products to relevant recipes on our server.
The useProductSearch hook already includes ProductFilters as a parameter. Ideally this parameter could be added to the useRecommendedProducts hook as well. Alternatively you guys could include category data in the returned Products array.
If this is a planned feature or if there is a potential workaround please let me know!