Our recommendations offers two powerful ways to boost your sales: Featured Products and Upselling & Cross-Selling.
To display recommendations, we provide different endpoints with their specific use-case:
- Featured products to display a specific featured recommendation by id: typically used for a fixed set of products on a homepage or other content/landing page.
- Product recommendations to display all recommendations connected to a product: typically used for on product pages.
- Grouped recommendations to display recommendations by convention: typically used for related, crosssell or upsell on product detail pages or cart.
Tip
To learn more about configuring featured products, read our product guides on featured products.
Product or Grouped?
The difference between Product & Grouped recommendation is a difference in control: it provides a way to configure different recommendations for different categories but keeping the same name convention. This allows a nice seperation of configuration and implementation.
For example, you can configure an upsell recommendation for Clothing and a second upsell recommendation for Accessories. The call to /recommendations/grouped/instance/102/upsell/
can stay the same, no matter the product or context.
Tweakwise JS
If you are using Tweakwise JS, read our guide on Recommendations in Tweakwise JS.