GitHub

ProductRecommendationIntent

The recommendation intent that is used to generate product recommendations. You can use intent to generate product recommendations according to different strategies.

import { ProductRecommendationIntent } from '@daffodil/driver/shopify'
enum ProductRecommendationIntent {
  Complementary = 'COMPLEMENTARY',
  Related = 'RELATED',
}