import { ProductRecommendationIntent } from '@daffodil/driver/shopify'
The recommendation intent that is used to generate product recommendations. You can use intent to generate product recommendations according to different strategies.
enum ProductRecommendationIntent {
Complementary = ProductRecommendationIntent.Complementary,
Related = ProductRecommendationIntent.Related,
}
Complementary ProductRecommendationIntent.Complementary |
---|
Offer customers products that are complementary to a product for which recommendations are to be fetched. An example is add-on products that display in a Pair it with section. |
Related ProductRecommendationIntent.Related |
---|
Offer customers a mix of products that are similar or complementary to a product for which recommendations are to be fetched. An example is substitutable products that display in a You may also like section. |