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.

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.
Updated 2 days ago
Did this page help you?
