Frequently Bought Together

Frequently Bought Together shows the customer a list of complementary products for the product they're interacting with. Instead of needing to curate these recommendations manually or use hard-coded rules, with Miso you can dynamically personalize these suggestions in real time.

Example for Frequently Bought Together

Introduction

Showing Frequently Bought Together product suggestions on your e-commerce site is a great way to increase your average order value (AOV) and revenue. When enabled, Miso’s Recommendation Engine will return products that are complementary to the product(s) the user has interacted with (even across categories!). In other words, products that are substitutes or alternatives to the anchor product are not returned.

For example, suppose a customer is viewing the product detail page for a shirt. A Frequently Bought Together product shelf could be implemented underneath to help the customer “complete the look” by recommending pants, shoes, or an accessory that would pair well with the product:

Do it with APIs

To enable Frequently Bought Together product recommendations, simply set the buy_together parameter in the Product to Products API to true. As a basic example, suppose we would like to show Frequently Bought Together recommendations on a product detail page for a button-down shirt:

//Request
POST /v1/recommendation/product_to_products
{
    "user_id" : "user-123",
    "product_id" : "mens_hopper_shirt"
    "buy_together" : true
}

//Response
{
    "data" : {
        "products" : [
            {
                "product_id" : "ck_lightblue_jeans"
            },
            {
                "product_id" : "thursday_captain_boots_us12"
            },
            {
                "product_id" : "hawkins_belt_l"
            }
        ]
    }
}

In the API request, you can see that we include the buy_together parameter and set it to true. The returned products are some of the most popular items that pair well with a new shirt - jeans, boots, and a rugged hat.

Additional Resources

For more information on Miso’s Recommendation API, check out the official API Documentation.

For more recipes like this, visit the Recipes page on our Docs site.

Published Date: April 7th, 2022

API Reference

💻

Need more info on the API? Check out our dedicated API page with all the info you could ever want.

Read API Reference
Icon/Activity Icon/Add Icon/API Icon/Arrow/Down Icon/Arrow/Left Icon/Arrow/Right Icon/Arrow/TopRight Icon/Arrow/Up Icon/Bento Icon/Billing Icon/Bin Icon/Book Icon/Bookmark/Default Icon/Bookmark/Filled Icon/Calendar Icon/Caret/Down Icon/Caret/Up Icon/Chavron/DownIcon/Chavron/LeftIcon/Chavron/RightIcon/Chavron/UpIcon/Checknox/CheckedIcon/Checknox/Unchecked Icon/Checklist Icon/Chip Icon/Clipboard / Copied Icon/Clipboard/Default Icon/Clock/Stopwatch Icon/CMD Icon/Data/Catalog Icon/Data/Engine Icon/Data/Group Icon/Data/Interact Icon/Data/Users Icon/Dive Icon/Docs/Key Icon/Dojo Icon/Email Icon/Env/Development Icon/Env/Playground Icon/Env/Prod Icon/Folder Icon/Fullscreen/Collapse Icon/Fullscreen/Expand Icon/Guides/Multiple Icon/Guides/Single Icon/Hashtag Icon/Heart/Outline Icon/Heart/Solid Icon / Cart z Icon / Click Icon / Clock Icon / Data Icon / Doc Icon / EmptyCart z Icon/Social/Facebook Icon / Genome Incognito Icon / Money Icon/Social/ProductHunt Icon / Search Icon/Social/Twitter Icon / User Icon/Info/Error Icon/Info/Info Icon/Info/Question Icon/Info/Warning Icon/Interact/Download Icon/Interact/Edit Icon/Interact/External v2 Icon/Interact/External Icon/Interact/Filter Icon/Interact/Logout Icon/Interact/Options Icon/Interact/Re-order Icon/Interact/Reload Icon/Interact/Remove Icon/Interact/Replace Icon/Interact/Search Icon/Interact/Shuffle Icon/Interact/Undo Icon/Interact/Upload Icon/Interact/Video Icon/Invoice Icon/Loading Icon/Loading Icon/Lock/Locked Icon/Lock/Unlocked Icon/Lock Icon/Mapping Menu Icon/Notification Icon/Overview Icon/Person/Team Icon/Person/User Icon/Plan/Enterprise Icon/Plan/Growth Icon/Plan/Startup Icon/Plan/Trial Icon/Recipe Icon/Rocket Icon/Settings/App Icon/Settings/User Icon/Settings Icon/Shrine Icon/Sidebar/Close Icon/Sidebar/Open Icon/Slideout Icon/Sort/Ascending Icon/Sort/Default Icon/Sort/Descending Icon/Star/Filled Icon/Star/Outlined Stopwatch Icon/Support Icon/Tag Icon/Interact/Thumb/Dislike Icon/Interact/Thumb/Like Icon/Tick Icon/Trend/New Icon/Trend/Trending Icon/Tutorial Icon/Lock/Unlocked Icon/View/Grid Icon/View/List Icon/Watchlist/Add