How to configure 'Upsell' groups

An upsell group allows you to offer extra items as add-ons when ordering. A POS partner can send an upsell group when syncing the products from the POS to Deliverect.

Example 3 in Insert/update products page shows the Modifier Group Add a Drink? (not included) as an upsell group.

image shows a Meal deal with upsells in example 3 of the URL shown above

When sending Insert/update products make sure you add the flag "isUpsell": truein the Modifier Group to mark it as an upsell group.

{
      "productType": 3,
      "plu": "UPSLL-01",
      "name": "Add a Drink? (not included)",
      "isUpsell": true,
      "posProductId": "POS-ID-0002",
      "min": 0,
      "multiMax": 99,
      "eatInTax": 9000,
      "subProducts": [
        "DRNK-01",
        "DRNK-02",
        "DRNK-03"
      ]
    },

When you sync the Modifier group in Deliverect, you will see it in the Products page under Upsell groups.

on Products tab, filter by upsell group to see upsell groups only

Did this page help you?