Shopify / js-buy-sdk

The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.
https://shopify.github.io/js-buy-sdk
MIT License
985 stars 261 forks source link

fetchRecommendations(productId) function not work #876

Open lorenzopalazzesi opened 2 years ago

lorenzopalazzesi commented 2 years ago

I am trying to fetch recommended products using the function defined in the documentation: fetchRecommendations(productId) → {Promise|Array.}.

However, the function is not working, can anyone tell me how this is possible? Thank you.

dmytro-kushnir commented 2 years ago

I belive it's because it's not released yet: https://github.com/Shopify/js-buy-sdk/issues/875

Or because you're using not Shopify Plus plan.