Recombee Docs
Visit recombee.comStart Free
User Documentation
Admin UI
ReQL
API Clients & Integrations
Scenario Recipes
Misc
E-Commerce Recipes / Product Detail / Bought Together & Accessories

Bought Together & Accessories

Introduction

The "Bought Together" use case leverages past purchasing patterns to offer complementary products, helping you optimize your offerings and save time. By implementing these recommendations, you unlock new opportunities to increase the number of items purchased, subsequently enhancing your revenue potential.

Scenario Setup

In the Recombee Admin UI, navigate to the Scenarios section and choose Create Scenario.

  1. Enter a Scenario ID. Select a distinctive label for your recommendation scenario, such as "pdp-bought-together"
  2. Choose Recommendation type - Items to Item
Admin UI - Scenario Setup

Logic

The Logic defines the behavior of the recommendation engine.

This Logic will give you products that are frequently bought with this product, such as its accessories.

The Logic needs purchase data for returning correct suggestions - therefore if you have a new database and you want to start using this Logic right away, it is good to do an import of the historical purchase data.

Admin UI - Logic

Filters

Available Products (Global Settings)

You always want to recommend only the products that are in stock. Therefore you need to apply a Filter rule to allow only such products.

As it would be tedious and prone to error to add this rule to all the Scenarios, this rule shall be added to the Global Settings, so it is always applied everywhere.

You can select a predefined rule from the Recombee Library to allow only the available products.

Depending on how you represent availability in the catalog, it can be one of the following rules:

  • Not deleted items - when you have a deleted property (true/false)
  • Available items - when you have an available property (true/false)
  • Items in stock [Google Merchant] - when you have a string available property with "in stock" as its value
Admin UI - Global Settings - Filter

Requesting Recommendations

There are three ways to get recommendations.

  1. No-Code Widget - create a No-Code Widget using the visual editor in the Admin UI.
  2. Widget SDKs - use the SDK for a Carousel, Grid or Feed to display the recommendations in the design of your choice. Use the Recommend Items to Item endpoint when initializing the widget.
  3. API SDK - request the Recommend Items to Item endpoint of the Recombee API using an SDK of your choice.

For more information, navigate to the Integration tab of the Scenario in the Admin UI.

© Copyright 2026, Recombee s.r.o
docs.recombee.com