Cart Upselling

With Miso’s Recommendation Engine, you can provide upsells on the cart page right before the user goes through the checkout flow.

Example for Cart Upselling

Introduction

Before a user goes through checkout, Cart Upselling is the "last chance" to suggest items that may result in a more valuable conversion for your site. These are products that are related to the existing products in the cart, and often suggested as a replacement with a higher price to increase your average order value, or to meet a minimum order value requirement. Typically, upsells are displayed directly on the cart page itself, or in a popup right before the user enters the checkout flow. They are often accompanied by UX strategies like discounting and urgency.

For example, suppose a customer adds a Red Baron frozen pizza to their cart. Using Miso’s Recommendation engine, you can show a deal for an alternative product on the cart page that has a higher margin, such as Diogorno (a purely hypothetical example).

To fully optimize your checkout user journey, you may also want to consider using the companion Cart Cross-Selling recipe to generate recommendations that are complementary to the items in the cart.

Do it with APIs

To enable Cart Cross-selling, simply use the Product to Products API and include the ids of the products in the customer’s cart inside the product_ids array within the request body. You can also include filters or merchandising techniques such as boosting and anchoring to fine-tune recommendations. From the example above, the API request could look like the following:

POST /v1/recommendation/product_to_products
{
    "user_id": "user-123",
    "product_ids": ["ben_jerrys_cherry_garcia", "red_baron_frozen_pizza"],
    "fq": "categories:\\\"Frozen Pizza\\\" AND margin > 0.2"
}

The response would look like:

{
    "message": "success",
    "data": {
        "took": 81,
        "miso_id": "a4606bf0-ddd3-11eb-ba80-0242ac130004",
        "products": [
            {
                "product_id": "digiorno_pepperoni_pizza",
                "price": 6.79,
                ..., // Additional scoring information
            },
            {
                "product_id": "cpk_thin_crust_pepperoni",
                "price": 7.99,
                ..., // Additional scoring information
            },
            ...
        ]
    }
}

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 15th, 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