Menu Update

Customers will publish their menu to a provided webhook URL. This delivers JSON containing all the necessary attributes to display their menu as intended

Menu Attributes

See full list of all menu attributes and their definition via the link below;

ℹ️ The unique identifier for each item is it's "plu" which needs referenced in the Create Order endpoint

▶ See Menu Model

Menu types

All menu types below will be shown as "menuType" and the corresponding integer. This represents the intended ordering format which the menu is suitable for.

NameInteger Value
Delivery and pickup0
Delivery1
Pickup2
Eat-in3

Product types

Each item in a menu has a specific type as shown in the table below

For more detail on products types and different product configurations follow the link below;

▶ Product Types
Product TypeInteger ValueInteger Value
ProductA 'top level' item on a menu (can also be grouped within a modifier group)1
ModifierOptions selectable when ordering a product, typically modifications of the product2
Modifier GroupA grouping of modifiers (can also group products)3

Images

See more information on how various image types are sent within a menu;

▶ Images

Currency

See a list of the currency types we will send within a published menu;

▶ See Currency Types

Translations

Find in the link below all the translatable elements of the menu and the list of translations codes.

▶ Translatable Elements and Codes

Store Opening Times

A Location's opening times are communicated within the menu payload as "availabilities" and covered in more detail within the guide below;

▶ Store Opening Times

Product Availability

There are two indicators of a product availability which are it's "snoozed" state and "visible" status. These are detailed in the page below;

▶ Product Availability

Sample Menu JSON

You can create and publish a test menu to your channel from your Deliverect test account which will simulate a real scenario where customers decide to update their menu on your platform.

📘 See guide here How to Receive a Customer's Menu

[
    {
        "availabilities": [
            {
                "dayOfWeek": 1,
                "endTime": "23:59",
                "startTime": "00:00"
            },
            {
                "dayOfWeek": 2,
                "endTime": "23:59",
                "startTime": "00:00"
            },
            {
                "dayOfWeek": 3,
                "endTime": "23:59",
                "startTime": "00:00"
            },
            {
                "dayOfWeek": 4,
                "endTime": "23:59",
                "startTime": "00:00"
            },
            {
                "dayOfWeek": 5,
                "endTime": "23:59",
                "startTime": "00:00"
            },
            {
                "dayOfWeek": 6,
                "endTime": "23:59",
                "startTime": "00:00"
            },
            {
                "dayOfWeek": 7,
                "endTime": "23:59",
                "startTime": "00:00"
            }
        ],
        "bundles": {},
        "categories": [
            {
                "_id": "67209bfb174a0e5384d4db4f",
                "name": "Steak & Burgers",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "posLocationId": "",
                "posCategoryType": "",
                "posCategoryId": "STK",
                "imageUrl": "",
                "subCategories": [],
                "products": [
                    "6721daafc33216a11b4e239d",
                    "6721daafc33216a11b4e23a2",
                    "66b35629a7eb47d479f1d31b",
                    "66b35629a7eb47d479f1d339",
                    "66b35629a7eb47d479f1d34d",
                    "66b35629a7eb47d479f1d34f",
                    "67209bb4174a0e5384d4d9f5",
                    "67209bb4174a0e5384d4d9f7",
                    "67209bb4174a0e5384d4d9f9"
                ],
                "availabilities": [],
                "level": 0,
                "menu": "67209bfb174a0e5384d4db61",
                "sortedChannelProductIds": [],
                "subProducts": [
                    "6721daafc33216a11b4e239d",
                    "6721daafc33216a11b4e23a2",
                    "66b35629a7eb47d479f1d31b",
                    "66b35629a7eb47d479f1d339",
                    "66b35629a7eb47d479f1d34d",
                    "66b35629a7eb47d479f1d34f",
                    "67209bb4174a0e5384d4d9f5",
                    "67209bb4174a0e5384d4d9f7",
                    "67209bb4174a0e5384d4d9f9"
                ],
                "subProductSortOrder": []
            },
            {
                "_id": "67209bfb174a0e5384d4db54",
                "name": "Chicken",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "posLocationId": "",
                "posCategoryType": "",
                "posCategoryId": "CHK",
                "imageUrl": "",
                "subCategories": [],
                "products": [
                    "66b35629a7eb47d479f1d307",
                    "66b35629a7eb47d479f1d335"
                ],
                "availabilities": [],
                "level": 0,
                "menu": "67209bfb174a0e5384d4db61",
                "sortedChannelProductIds": [],
                "subProducts": [
                    "66b35629a7eb47d479f1d307",
                    "66b35629a7eb47d479f1d335"
                ],
                "subProductSortOrder": []
            },
            {
                "_id": "67209bfb174a0e5384d4db53",
                "name": "Pizzas",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "posLocationId": "",
                "posCategoryType": "",
                "posCategoryId": "PZ",
                "imageUrl": "",
                "subCategories": [],
                "products": [
                    "6721daafc33216a11b4e23b2",
                    "66b35629a7eb47d479f1d377"
                ],
                "availabilities": [],
                "level": 0,
                "menu": "67209bfb174a0e5384d4db61",
                "sortedChannelProductIds": [],
                "subProducts": [
                    "6721daafc33216a11b4e23b2",
                    "66b35629a7eb47d479f1d377"
                ],
                "subProductSortOrder": []
            },
            {
                "_id": "67209bfb174a0e5384d4db52",
                "name": "Poke Bowls",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "posLocationId": "",
                "posCategoryType": "",
                "posCategoryId": "POKB",
                "imageUrl": "",
                "subCategories": [],
                "products": [
                    "6721daafc33216a11b4e23ba"
                ],
                "availabilities": [],
                "level": 0,
                "menu": "67209bfb174a0e5384d4db61",
                "sortedChannelProductIds": [],
                "subProducts": [
                    "6721daafc33216a11b4e23ba"
                ],
                "subProductSortOrder": []
            },
            {
                "_id": "67209bfb174a0e5384d4db50",
                "name": "Sides",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "posLocationId": "",
                "posCategoryType": "",
                "posCategoryId": "SD",
                "imageUrl": "",
                "subCategories": [],
                "products": [
                    "66b35629a7eb47d479f1d309",
                    "66b35629a7eb47d479f1d30b",
                    "66b35629a7eb47d479f1d30d",
                    "66b35629a7eb47d479f1d343"
                ],
                "availabilities": [],
                "level": 0,
                "menu": "67209bfb174a0e5384d4db61",
                "sortedChannelProductIds": [],
                "subProducts": [
                    "66b35629a7eb47d479f1d309",
                    "66b35629a7eb47d479f1d30b",
                    "66b35629a7eb47d479f1d30d",
                    "66b35629a7eb47d479f1d343"
                ],
                "subProductSortOrder": []
            },
            {
                "_id": "67209bfb174a0e5384d4db51",
                "name": "Drinks",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "posLocationId": "",
                "posCategoryType": "",
                "posCategoryId": "DRK",
                "imageUrl": "",
                "subCategories": [],
                "products": [
                    "66b35629a7eb47d479f1d31d",
                    "66b35629a7eb47d479f1d351",
                    "66b35629a7eb47d479f1d353"
                ],
                "availabilities": [],
                "level": 0,
                "menu": "67209bfb174a0e5384d4db61",
                "sortedChannelProductIds": [],
                "subProducts": [
                    "66b35629a7eb47d479f1d31d",
                    "66b35629a7eb47d479f1d351",
                    "66b35629a7eb47d479f1d353"
                ],
                "subProductSortOrder": []
            }
        ],
        "channelLinkId": "66b35566dc02e27b286fca60",
        "currency": 1,
        "description": "***NEW***",
        "descriptionTranslations": {},
        "menu": "***NEW***",
        "menuId": "67209bfb174a0e5384d4db61",
        "menuImageURL": "https://resizer.staging.deliverect.com/AKVTOAAMpx3nutPSwvQhopTfBcoDkgXZwNKGN-h1Oms/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvSG9tZW1hZGUtRnJlbmNoLUZyaWVzXzgtNjcyMDk4ZmE5NzJlZTE3ZGQzYjhhYTg0LmpwZw==.jpg",
        "menuType": 0,
        "modifierGroups": {
            "67209bb4174a0e5384d4d9fb": {
                "_id": "67209bb4174a0e5384d4d9fb",
                "name": "Ingredients",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "imageUrl": "",
                "location": "66b35312dc02e27b286fca1b",
                "max": 4,
                "min": 0,
                "multiply": 1,
                "plu": "INGRD",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fd",
                    "67209bb4174a0e5384d4d9ff",
                    "67209bb4174a0e5384d4da01",
                    "67209bb4174a0e5384d4da03"
                ],
                "parentId": "67209bb4174a0e5384d4d9f9",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e239c": {
                "_id": "6721daafc33216a11b4e239c",
                "name": "Select your Burger",
                "description": "Make the selection",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "isCombo": true,
                "location": "66b35312dc02e27b286fca1b",
                "max": 1,
                "min": 1,
                "multiply": 1,
                "plu": "BNDL-1",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-020",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "6721daafc33216a11b4e2399",
                    "6721daafc33216a11b4e239a",
                    "6721daafc33216a11b4e239b"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d973",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d315": {
                "_id": "66b35629a7eb47d479f1d315",
                "name": "Fries Selection",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 2,
                "min": 1,
                "multiMax": 1,
                "multiply": 1,
                "plu": "MG-FRS",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-021",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "66b35629a7eb47d479f1d319",
                    "66b35629a7eb47d479f1d349",
                    "66b35629a7eb47d479f1d34b"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d313",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d317": {
                "_id": "66b35629a7eb47d479f1d317",
                "name": "Add a Drink? (not included)",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiMax": 1,
                "multiply": 1,
                "plu": "UPSLL-01",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-022",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "66b35629a7eb47d479f1d351",
                    "66b35629a7eb47d479f1d353",
                    "66b35629a7eb47d479f1d31d"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d313",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23a1": {
                "_id": "6721daafc33216a11b4e23a1",
                "name": "Burger Selection",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "isCombo": true,
                "location": "66b35312dc02e27b286fca1b",
                "max": 1,
                "min": 1,
                "multiMax": 1,
                "multiply": 1,
                "plu": "BNDL-BRG",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-020",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "6721daafc33216a11b4e239e",
                    "6721daafc33216a11b4e239f",
                    "6721daafc33216a11b4e23a0"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d313",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d33b": {
                "_id": "66b35629a7eb47d479f1d33b",
                "name": "Cooking instructions",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {
                    "en": "Cooking Instructions",
                    "es": "Cocinado",
                    "fr": "Cuisson",
                    "nl": "Kook instructies"
                },
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 3,
                "min": 1,
                "multiMax": 1,
                "multiply": 1,
                "plu": "MOD-01",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-002",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "66b35629a7eb47d479f1d2fd",
                    "66b35629a7eb47d479f1d2ff",
                    "66b35629a7eb47d479f1d33d"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d339",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d2fb": {
                "_id": "66b35629a7eb47d479f1d2fb",
                "name": "Add a side",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {
                    "en": "Choose a side",
                    "es": "Elige tu acompañamiento",
                    "fr": "Choisissez votre garniture",
                    "nl": "Kies je bijgerecht"
                },
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 1,
                "multiply": 1,
                "plu": "MOD-02",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-003",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "66b35629a7eb47d479f1d301",
                    "66b35629a7eb47d479f1d303",
                    "66b35629a7eb47d479f1d305"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d339",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d345": {
                "_id": "66b35629a7eb47d479f1d345",
                "name": "Choose a sauce",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiMax": 99,
                "multiply": 1,
                "plu": "MG-SAUCES",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-016",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "66b35629a7eb47d479f1d30f",
                    "66b35629a7eb47d479f1d311"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d343",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d33f": {
                "_id": "66b35629a7eb47d479f1d33f",
                "name": "Rice Selection",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiMax": 99,
                "multiply": 1,
                "plu": "MG-RICE",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-010",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "66b35629a7eb47d479f1d309",
                    "66b35629a7eb47d479f1d343"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d307",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d341": {
                "_id": "66b35629a7eb47d479f1d341",
                "name": "Noodles Selection",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiMax": 99,
                "multiply": 1,
                "plu": "MG-NOODLES",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-011",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "66b35629a7eb47d479f1d30b",
                    "66b35629a7eb47d479f1d30d"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d307",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d371": {
                "_id": "66b35629a7eb47d479f1d371",
                "name": "How many pieces?",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "isVariantGroup": true,
                "location": "66b35312dc02e27b286fca1b",
                "max": 1,
                "min": 1,
                "multiply": 1,
                "plu": "MG-VAR-1",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-058",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "6721daafc33216a11b4e23a3",
                    "6721daafc33216a11b4e23a4",
                    "6721daafc33216a11b4e23a5"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d335",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23ab": {
                "_id": "6721daafc33216a11b4e23ab",
                "name": "Choose your First Topping",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 1,
                "min": 1,
                "multiply": 1,
                "plu": "FREE-TOP",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-049",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "6721daafc33216a11b4e23a6",
                    "6721daafc33216a11b4e23a7",
                    "6721daafc33216a11b4e23a8",
                    "6721daafc33216a11b4e23a9",
                    "6721daafc33216a11b4e23aa"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d363",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23b1": {
                "_id": "6721daafc33216a11b4e23b1",
                "name": "Add extra toppings",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiMax": 10,
                "multiply": 1,
                "plu": "PIZZ-TOP",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-050",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "6721daafc33216a11b4e23ac",
                    "6721daafc33216a11b4e23ad",
                    "6721daafc33216a11b4e23ae",
                    "6721daafc33216a11b4e23af",
                    "6721daafc33216a11b4e23b0"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d363",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d357": {
                "_id": "66b35629a7eb47d479f1d357",
                "name": "Choose your size",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 1,
                "min": 1,
                "multiply": 1,
                "plu": "POKE-SZ",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-033",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "66b35629a7eb47d479f1d31f",
                    "66b35629a7eb47d479f1d321"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d355",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23b5": {
                "_id": "6721daafc33216a11b4e23b5",
                "name": "Choose Your Base",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 6000,
                "isCombo": true,
                "location": "66b35312dc02e27b286fca1b",
                "max": 1,
                "min": 1,
                "multiply": 1,
                "plu": "BNDL-01",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-036",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "6721daafc33216a11b4e23b3",
                    "6721daafc33216a11b4e23b4"
                ],
                "takeawayTax": 6000,
                "parentId": "66b35629a7eb47d479f1d355",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23b9": {
                "_id": "6721daafc33216a11b4e23b9",
                "name": "Add Extras",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "isCombo": true,
                "location": "66b35312dc02e27b286fca1b",
                "max": 3,
                "min": 0,
                "multiMax": 3,
                "multiply": 1,
                "plu": "BNDL-02",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-039",
                "productTags": [],
                "productType": 3,
                "subProducts": [
                    "6721daafc33216a11b4e23b6",
                    "6721daafc33216a11b4e23b7",
                    "6721daafc33216a11b4e23b8"
                ],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d355",
                "snoozed": false,
                "subProductSortOrder": []
            }
        },
        "modifiers": {
            "67209bb4174a0e5384d4d9fd": {
                "_id": "67209bb4174a0e5384d4d9fd",
                "name": "Tomatos",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "defaultQuantity": 1,
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "TOMAT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-00031",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9fb",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "67209bb4174a0e5384d4d9ff": {
                "_id": "67209bb4174a0e5384d4d9ff",
                "name": "Onions",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "defaultQuantity": 1,
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "ONION",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-00031",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9fb",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "67209bb4174a0e5384d4da01": {
                "_id": "67209bb4174a0e5384d4da01",
                "name": "Salad",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "defaultQuantity": 1,
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SLA",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-00031",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9fb",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "67209bb4174a0e5384d4da03": {
                "_id": "67209bb4174a0e5384d4da03",
                "name": "Pickles",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "defaultQuantity": 1,
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "PICKL",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-00031",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9fb",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d2fd": {
                "_id": "66b35629a7eb47d479f1d2fd",
                "name": "Rare",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {
                    "en": "Rare",
                    "es": "Poco hecho",
                    "fr": "Saignant",
                    "nl": "Rood"
                },
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "COOK-01",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-004",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d33b",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d2ff": {
                "_id": "66b35629a7eb47d479f1d2ff",
                "name": "Medium Rare",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {
                    "en": "Medium Rare",
                    "es": "Al punto",
                    "fr": "À point",
                    "nl": "Half doorbakken"
                },
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "COOK-02",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-005",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d33b",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d33d": {
                "_id": "66b35629a7eb47d479f1d33d",
                "name": "Well Done",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {
                    "en": "Well done",
                    "es": "Muy hecho",
                    "fr": "Bien cuit",
                    "nl": "Doorbakken"
                },
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "COOK-03",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-006",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d33b",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d301": {
                "_id": "66b35629a7eb47d479f1d301",
                "name": "Fries",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {
                    "en": "Fries",
                    "es": "Patatas fritas",
                    "fr": "Frites",
                    "nl": "Frietjes"
                },
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "defaultQuantity": 1,
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://storage.googleapis.com/ikona-bucket-staging/images/66b352ef0cd579921543b380/Homemade-French-Fries_8-672098fa972ee17dd3b8aa84.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SI-01",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-006",
                "price": 200,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d2fb",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d303": {
                "_id": "66b35629a7eb47d479f1d303",
                "name": "Salad",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {
                    "en": "Salad",
                    "es": "Ensalada",
                    "fr": "Salade",
                    "nl": "Salade"
                },
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SI-02",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-007",
                "price": 200,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d2fb",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d305": {
                "_id": "66b35629a7eb47d479f1d305",
                "name": "Mashed Potato",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {
                    "en": "Mashed Potato",
                    "es": "Puré de patata",
                    "fr": "Purée de pommes de terre",
                    "nl": "Aardappelpuree"
                },
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SI-03",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-008",
                "price": 100,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d2fb",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d30f": {
                "_id": "66b35629a7eb47d479f1d30f",
                "name": "Sate Sauce",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SAUCE-01",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-017",
                "price": 50,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d345",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d311": {
                "_id": "66b35629a7eb47d479f1d311",
                "name": "Hot Sauce",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SAUCE-02",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-018",
                "price": 50,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d345",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23a6": {
                "_id": "6721daafc33216a11b4e23a6",
                "name": "Pepperoni",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "PEPP-#O0#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-051",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d365",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23a7": {
                "_id": "6721daafc33216a11b4e23a7",
                "name": "Bacon",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "BAC-#O0#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-054",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d365",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23a8": {
                "_id": "6721daafc33216a11b4e23a8",
                "name": "Red Onion",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "RONION-#O0#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-052",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d365",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23a9": {
                "_id": "6721daafc33216a11b4e23a9",
                "name": "Mushroom",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "MUSH-#O0#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-053",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d365",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23aa": {
                "_id": "6721daafc33216a11b4e23aa",
                "name": "Red Pepper",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "REDPEPP-#O0#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-055",
                "price": 0,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d365",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23ac": {
                "_id": "6721daafc33216a11b4e23ac",
                "name": "Pepperoni",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "PEPP-#O1#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-051",
                "price": 100,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d331",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23ad": {
                "_id": "6721daafc33216a11b4e23ad",
                "name": "Bacon",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "BAC-#O1#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-054",
                "price": 100,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d331",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23ae": {
                "_id": "6721daafc33216a11b4e23ae",
                "name": "Red Onion",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "RONION-#O1#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-052",
                "price": 100,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d331",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23af": {
                "_id": "6721daafc33216a11b4e23af",
                "name": "Mushroom",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "MUSH-#O1#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-053",
                "price": 100,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d331",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23b0": {
                "_id": "6721daafc33216a11b4e23b0",
                "name": "Red Pepper",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "REDPEPP-#O1#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-055",
                "price": 100,
                "productTags": [],
                "productType": 2,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d331",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e2399": {
                "_id": "6721daafc33216a11b4e2399",
                "name": "Texas Burger",
                "description": "Texan Burgers",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/54ylsH3aQHKTvTYKypJ4VPIz4liZB7PUQAoI_9TTlaI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvVGV4YXMgQnVyZ2VyLTY3MWI1YTE5OGY3ZWFjODE2ZDAwYTBjMS5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DLX-1###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9c1",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e239a": {
                "_id": "6721daafc33216a11b4e239a",
                "name": "Mexican Burger",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/ju0tQhS3Si36RzAdDfPQEOXT6zijcq5NV762UMq5XLM/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvTWV4aWNhbiBCdXJnZXItNjcxYjViOWM1M2MzY2U5OTA1OWM5N2U2LmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DLX-2###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9c1",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e239b": {
                "_id": "6721daafc33216a11b4e239b",
                "name": "Australian Burger",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/AGdmDjM6GRcTvejJoL6zUbshO5owrnBo4sgsGanrybQ/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvQXVzdHJhbGlhbiBCdXJnZXItNjcxYjVjMWZmMTgxNTI2ZjIzZTI3MDdjLmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DLX-3###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9c1",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d319": {
                "_id": "66b35629a7eb47d479f1d319",
                "name": "French Fries",
                "description": "Plain fries from France",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/AKVTOAAMpx3nutPSwvQhopTfBcoDkgXZwNKGN-h1Oms/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvSG9tZW1hZGUtRnJlbmNoLUZyaWVzXzgtNjcyMDk4ZmE5NzJlZTE3ZGQzYjhhYTg0LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-FRS-S",
                "posCategoryIds": [
                    "FRS"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-023",
                "price": 100,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d315",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d349": {
                "_id": "66b35629a7eb47d479f1d349",
                "name": "Curly Fries",
                "description": "Spiralised potatoes, fried",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/A-tDk6zxIDg8IbtYAlV9dhHyqt1Ld87m8WFRXZlamvQ/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvRnJvemVuLUN1cmx5LUZyaWVzLUFpci1Gcnllci1UaGUtTGl2ZS1Jbi1LaXRjaGVuLTQtNjcyMDk4ZWVhYmFkNWMzNTZiYzNlNGE2LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-FRS-M",
                "posCategoryIds": [
                    "FRS"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-024",
                "price": 200,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d315",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d34b": {
                "_id": "66b35629a7eb47d479f1d34b",
                "name": "Seasoned Fries",
                "description": "Plain fries, but a bit fancier",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/X9qEfNIMo1i4LAfuA7eGRWMGevXn808y2timMKoYA9A/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvQ3VybHklMjBmcmllcy02NzIwOThhMzgwYTc5MzBiNmM1YzFjOTIuanBn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-FRS-L",
                "posCategoryIds": [
                    "FRS"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-025",
                "price": 250,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d315",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d351": {
                "_id": "66b35629a7eb47d479f1d351",
                "name": "Coca Cola",
                "description": "Cola flavoured sugar and caffeine",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/kZlALx0v9-hlN7m_sK8OZ6IKS1YfRtSIow_VpDTTjRQ/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvY29jYWNvbGEtNjIyODU0YTc4YzUwNmYwMTViZTYwMThhLmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DRNK-01",
                "posCategoryIds": [
                    "DRK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-029",
                "price": 400,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "gtin": [
                    "00049000012590"
                ],
                "parentId": "67209bfb174a0e5384d4db51",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d353": {
                "_id": "66b35629a7eb47d479f1d353",
                "name": "Diet Coke",
                "description": "Cola flavoured aspartame and caffeine",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/Ff1p7WZlT-NAafcnQ6HygbKb5XFbm-p5Uqyfb_lo4P8/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvZGlldGNva2UtNjIyODU0Y2U4YzUwNmYwMTViZTYwMThjLmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DRNK-02",
                "posCategoryIds": [
                    "DRK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-030",
                "price": 400,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "gtin": [
                    "00049000035575"
                ],
                "parentId": "67209bfb174a0e5384d4db51",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d31d": {
                "_id": "66b35629a7eb47d479f1d31d",
                "name": "Ginger Beer",
                "description": "Australia's favourite ginger beer!",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/iFUJT73YtMe1pChj29lAFUt_NBknsyTu5Hlr6NvA5NI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvZ2luZ2VyYmVlci02MjI4NTU0OGRiNTk4NjAwMWViZjU4ZDEuanBn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DRNK-03",
                "posCategoryIds": [
                    "DRK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-031",
                "price": 500,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "supplementalInfo": {
                    "deposit": 100
                },
                "gtin": [
                    "8712345000103"
                ],
                "parentId": "67209bfb174a0e5384d4db51",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e239e": {
                "_id": "6721daafc33216a11b4e239e",
                "name": "Chicken Burger",
                "description": "Crispy coated chicken thigh, iceberg lettuce, pickles, slice of cheese & mayo, all in a toasted brioche bun.",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/By5AsW4yrHpO2XEkTpT59gT0ojYuFArr5krZnUIyeAI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvY2hrYnVyZ2VyLTYyMjhjMWRjZGI1OTg2MDAxZWJmNThkZi5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BURG-CHK###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d347",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e239f": {
                "_id": "6721daafc33216a11b4e239f",
                "name": "Cheeseburger",
                "description": "100% beef patty, cheddar, caramelized onions, mayonnaise, pickles in a Pretzel bun",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/-T3Q86ak_gYss4pfyjoOu0S2ZSz3ivubi9QsNADrk-Q/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvY2hlZXNlYnVyZ2VyLTYyMjg2ZTI2ZGI1OTg2MDAxZWJmNThkNy5qcGc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BURG-CHE###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-027",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d347",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23a0": {
                "_id": "6721daafc33216a11b4e23a0",
                "name": "Veggie Burger",
                "description": "Black bean burgers with sweet potato, mushrooms, quinoa, and pecans.",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/N-0UqHpmHxtWoxLug-amn5fhcOtecxOGuk17nqY9Yu0/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvdmVnZ2llYnVyZ2VyLTYyMjg2Y2JhYzcxNWI0MDNiMGViNzI5NC5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BURG-VEG###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-028",
                "price": 0,
                "productTags": [
                    1000
                ],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d347",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d309": {
                "_id": "66b35629a7eb47d479f1d309",
                "name": "White Rice",
                "description": "White coloured rice",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/9ZV8s6bBr11enQLQyFp5x86PDOFtjXVljJdzs_PPpTo/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvbmFzaXB1dGktMTYxMDI5MDE0MDQ5NC5qcGc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "RICE-01",
                "posCategoryIds": [
                    "SD"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-012",
                "price": 450,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d345"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db50",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d343": {
                "_id": "66b35629a7eb47d479f1d343",
                "name": "Yellow Rice",
                "description": "White rice with Saffron",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/lxSc2sAbetJKPew9FqZS2osLw4zdzsGFgNV9L7sS2XU/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvTmFzaS1rdW5pbmctMy0xNjEwMjg5NzI2OTQ2LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "RICE-02",
                "posCategoryIds": [
                    "SD"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-013",
                "price": 450,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d345"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db50",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d30b": {
                "_id": "66b35629a7eb47d479f1d30b",
                "name": "Egg Noodles",
                "description": "Egg noodles and veggies fried and tossed with a delicious sauce",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/1DOWQmKyNPh0GDpoE-M-V-N6wAkoSBg-PPHNAN3DEWE/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvYmFtaWdvcmVuZy0xNjEwMjg5OTIyOTY5LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "NOOD-01",
                "posCategoryIds": [
                    "SD"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-014",
                "price": 450,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d345"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db50",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d30d": {
                "_id": "66b35629a7eb47d479f1d30d",
                "name": "Ramen Noodles",
                "description": "Chinese-style wheat noodles",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/yS_VH1maHnLv7RLw8bCtxIuHDv1bXUJS6LiuocEpFXI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvTWlob2VuLTItMS0xNjEwMjg5ODcwMTU3LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "NOOD-02",
                "posCategoryIds": [
                    "SD"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-015",
                "price": 450,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d345"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db50",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23a3": {
                "_id": "6721daafc33216a11b4e23a3",
                "name": "3 Pieces",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/xjen-2xRW9YzpXuWWG0brT-rs9z4W41LGVS36PELDzw/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvMy1waWVjZS1jaGlja2VuLXRlbmRlcnMtNjcyMGYxNTRmMTgxNTI2ZjIzZTI3MGQ2LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "VAR-1-#V0#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-059",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d371",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23a4": {
                "_id": "6721daafc33216a11b4e23a4",
                "name": "6 Pieces",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/R7sZzAuSYFv9k-u9GrZo_gjGuOc9_z3SA7Sl18Tqgq4/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvZG93bmxvYWQlMjAoMiktNjcyMGYxNWZkNjhjM2NiNDdhMmVmOTdiLmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "VAR-2-#V300#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-060",
                "price": 300,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d371",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23a5": {
                "_id": "6721daafc33216a11b4e23a5",
                "name": "9 Pieces",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/3VBmbTrweXiwpSEA3aW3p8UxtxQ8tvrTHjJtEjeFIyo/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvOSUyMHBpZWNlcy02NzIwZjE2YjM0MjA2YWFlZDE1YmUwY2IuanBlZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "VAR-3-#V550#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-061",
                "price": 550,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d371",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d31f": {
                "_id": "66b35629a7eb47d479f1d31f",
                "name": "Mini Poke Bowl",
                "description": "A little bowl of Poke",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/--GwcZTaKNtMoHZsPTk5rxkaQSLO_1qpNDkWZMGuHlg/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvU21hbCUyMFBva2UlMjBCb3dsLTY3MjBmMjFhYWJhZDVjMzU2YmMzZTRkZS5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SZ-01",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-034",
                "price": 800,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d357",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "66b35629a7eb47d479f1d321": {
                "_id": "66b35629a7eb47d479f1d321",
                "name": "Large Poke Bowl",
                "description": "A big bowl of Poke",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/Oug9aIizORvEBx5K0uBo-wEdxz-huQ45jVowRTIIJKo/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvTGFyZ2UlMjBQb2tlJTIwQm93bC02NzIwZjFmNGFiYWQ1YzM1NmJjM2U0ZDguanBn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SZ-02",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-035",
                "price": 1200,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d357",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23b3": {
                "_id": "6721daafc33216a11b4e23b3",
                "name": "Sushi Rice",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "BS-01###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-040",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d323",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23b4": {
                "_id": "6721daafc33216a11b4e23b4",
                "name": "Cruncy Cabbage Slaw",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "BS-02###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-041",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d323",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23b6": {
                "_id": "6721daafc33216a11b4e23b6",
                "name": "Spicy Tofu",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "XTRA-TOF###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-045",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d359",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23b7": {
                "_id": "6721daafc33216a11b4e23b7",
                "name": "Crispy Onions",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "XTRA-CONI###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-046",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d359",
                "snoozed": false,
                "subProductSortOrder": []
            },
            "6721daafc33216a11b4e23b8": {
                "_id": "6721daafc33216a11b4e23b8",
                "name": "Smashed Avocado",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "XTRA-AVO###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-047",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d359",
                "snoozed": false,
                "subProductSortOrder": []
            }
        },
        "menuTranslations": {},
        "nestedModifiers": false,
        "products": {
            "6721daafc33216a11b4e2399": {
                "_id": "6721daafc33216a11b4e2399",
                "name": "Texas Burger",
                "description": "Texan Burgers",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/54ylsH3aQHKTvTYKypJ4VPIz4liZB7PUQAoI_9TTlaI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvVGV4YXMgQnVyZ2VyLTY3MWI1YTE5OGY3ZWFjODE2ZDAwYTBjMS5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DLX-1###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9c1",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "DLX-1"
            },
            "6721daafc33216a11b4e239a": {
                "_id": "6721daafc33216a11b4e239a",
                "name": "Mexican Burger",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/ju0tQhS3Si36RzAdDfPQEOXT6zijcq5NV762UMq5XLM/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvTWV4aWNhbiBCdXJnZXItNjcxYjViOWM1M2MzY2U5OTA1OWM5N2U2LmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DLX-2###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9c1",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "DLX-2"
            },
            "6721daafc33216a11b4e239b": {
                "_id": "6721daafc33216a11b4e239b",
                "name": "Australian Burger",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/AGdmDjM6GRcTvejJoL6zUbshO5owrnBo4sgsGanrybQ/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvQXVzdHJhbGlhbiBCdXJnZXItNjcxYjVjMWZmMTgxNTI2ZjIzZTI3MDdjLmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DLX-3###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bb4174a0e5384d4d9c1",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "DLX-3"
            },
            "66b35629a7eb47d479f1d319": {
                "_id": "66b35629a7eb47d479f1d319",
                "name": "French Fries",
                "description": "Plain fries from France",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/AKVTOAAMpx3nutPSwvQhopTfBcoDkgXZwNKGN-h1Oms/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvSG9tZW1hZGUtRnJlbmNoLUZyaWVzXzgtNjcyMDk4ZmE5NzJlZTE3ZGQzYjhhYTg0LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-FRS-S",
                "posCategoryIds": [
                    "FRS"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-023",
                "price": 100,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d315",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-FRS-S"
            },
            "66b35629a7eb47d479f1d349": {
                "_id": "66b35629a7eb47d479f1d349",
                "name": "Curly Fries",
                "description": "Spiralised potatoes, fried",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/A-tDk6zxIDg8IbtYAlV9dhHyqt1Ld87m8WFRXZlamvQ/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvRnJvemVuLUN1cmx5LUZyaWVzLUFpci1Gcnllci1UaGUtTGl2ZS1Jbi1LaXRjaGVuLTQtNjcyMDk4ZWVhYmFkNWMzNTZiYzNlNGE2LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-FRS-M",
                "posCategoryIds": [
                    "FRS"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-024",
                "price": 200,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d315",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-FRS-M"
            },
            "66b35629a7eb47d479f1d34b": {
                "_id": "66b35629a7eb47d479f1d34b",
                "name": "Seasoned Fries",
                "description": "Plain fries, but a bit fancier",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/X9qEfNIMo1i4LAfuA7eGRWMGevXn808y2timMKoYA9A/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvQ3VybHklMjBmcmllcy02NzIwOThhMzgwYTc5MzBiNmM1YzFjOTIuanBn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-FRS-L",
                "posCategoryIds": [
                    "FRS"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-025",
                "price": 250,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d315",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-FRS-L"
            },
            "66b35629a7eb47d479f1d351": {
                "_id": "66b35629a7eb47d479f1d351",
                "name": "Coca Cola",
                "description": "Cola flavoured sugar and caffeine",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/kZlALx0v9-hlN7m_sK8OZ6IKS1YfRtSIow_VpDTTjRQ/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvY29jYWNvbGEtNjIyODU0YTc4YzUwNmYwMTViZTYwMThhLmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DRNK-01",
                "posCategoryIds": [
                    "DRK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-029",
                "price": 400,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "gtin": [
                    "00049000012590"
                ],
                "parentId": "67209bfb174a0e5384d4db51",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "DRNK-01"
            },
            "66b35629a7eb47d479f1d353": {
                "_id": "66b35629a7eb47d479f1d353",
                "name": "Diet Coke",
                "description": "Cola flavoured aspartame and caffeine",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/Ff1p7WZlT-NAafcnQ6HygbKb5XFbm-p5Uqyfb_lo4P8/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvZGlldGNva2UtNjIyODU0Y2U4YzUwNmYwMTViZTYwMThjLmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DRNK-02",
                "posCategoryIds": [
                    "DRK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-030",
                "price": 400,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "gtin": [
                    "00049000035575"
                ],
                "parentId": "67209bfb174a0e5384d4db51",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "DRNK-02"
            },
            "66b35629a7eb47d479f1d31d": {
                "_id": "66b35629a7eb47d479f1d31d",
                "name": "Ginger Beer",
                "description": "Australia's favourite ginger beer!",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/iFUJT73YtMe1pChj29lAFUt_NBknsyTu5Hlr6NvA5NI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvZ2luZ2VyYmVlci02MjI4NTU0OGRiNTk4NjAwMWViZjU4ZDEuanBn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DRNK-03",
                "posCategoryIds": [
                    "DRK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-031",
                "price": 500,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "supplementalInfo": {
                    "deposit": 100
                },
                "gtin": [
                    "8712345000103"
                ],
                "parentId": "67209bfb174a0e5384d4db51",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "DRNK-03"
            },
            "6721daafc33216a11b4e239d": {
                "_id": "6721daafc33216a11b4e239d",
                "name": "Deluxe Burger (Pick and Choose)",
                "description": "Combo and Nested Modifiers structure",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/ImdZCXJxApx-OZopwAi6tIQPCyyu3fon1TTNkan15Gg/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvRGVsdXhlIEJ1cmdlci02NzFiNWE3MDk3MmVlMTdkZDNiOGFhNGYuanBn.jpg",
                "isCombo": true,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BRGR-1",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-0001",
                "price": 1100,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "6721daafc33216a11b4e239c",
                    "66b35629a7eb47d479f1d315",
                    "66b35629a7eb47d479f1d317"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db4f",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-BRGR-1"
            },
            "6721daafc33216a11b4e239e": {
                "_id": "6721daafc33216a11b4e239e",
                "name": "Chicken Burger",
                "description": "Crispy coated chicken thigh, iceberg lettuce, pickles, slice of cheese & mayo, all in a toasted brioche bun.",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/By5AsW4yrHpO2XEkTpT59gT0ojYuFArr5krZnUIyeAI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvY2hrYnVyZ2VyLTYyMjhjMWRjZGI1OTg2MDAxZWJmNThkZi5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BURG-CHK###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d347",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-BURG-CHK"
            },
            "6721daafc33216a11b4e239f": {
                "_id": "6721daafc33216a11b4e239f",
                "name": "Cheeseburger",
                "description": "100% beef patty, cheddar, caramelized onions, mayonnaise, pickles in a Pretzel bun",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/-T3Q86ak_gYss4pfyjoOu0S2ZSz3ivubi9QsNADrk-Q/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvY2hlZXNlYnVyZ2VyLTYyMjg2ZTI2ZGI1OTg2MDAxZWJmNThkNy5qcGc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BURG-CHE###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-027",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d347",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-BURG-CHE"
            },
            "6721daafc33216a11b4e23a0": {
                "_id": "6721daafc33216a11b4e23a0",
                "name": "Veggie Burger",
                "description": "Black bean burgers with sweet potato, mushrooms, quinoa, and pecans.",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/N-0UqHpmHxtWoxLug-amn5fhcOtecxOGuk17nqY9Yu0/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvdmVnZ2llYnVyZ2VyLTYyMjg2Y2JhYzcxNWI0MDNiMGViNzI5NC5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BURG-VEG###PRNT",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-028",
                "price": 0,
                "productTags": [
                    1000
                ],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d347",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-BURG-VEG"
            },
            "6721daafc33216a11b4e23a2": {
                "_id": "6721daafc33216a11b4e23a2",
                "name": "Burger Combo (Drink not Included)",
                "description": "Combo with Bundles - Modifier Groups as Upsell",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/_ev83UhGkCie31XF8sRPw1Cm0Uw0otg_EiFu-D5zrq4/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvYnVyZ2VyLTYyMjg2YmU3OGM1MDZmMDE1YmU2MDE5MC5qcGVn.jpg",
                "isCombo": true,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BRGR",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-019",
                "price": 950,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "6721daafc33216a11b4e23a1",
                    "66b35629a7eb47d479f1d315",
                    "66b35629a7eb47d479f1d317"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db4f",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-BRGR"
            },
            "66b35629a7eb47d479f1d31b": {
                "_id": "66b35629a7eb47d479f1d31b",
                "name": "Chicken Burger",
                "description": "Crispy coated chicken thigh, iceberg lettuce, pickles, slice of cheese & mayo, all in a toasted brioche bun.",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/By5AsW4yrHpO2XEkTpT59gT0ojYuFArr5krZnUIyeAI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvY2hrYnVyZ2VyLTYyMjhjMWRjZGI1OTg2MDAxZWJmNThkZi5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BURG-CHK",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 800,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db4f",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-BURG-CHK"
            },
            "66b35629a7eb47d479f1d339": {
                "_id": "66b35629a7eb47d479f1d339",
                "name": "Delicious Steak Frites",
                "description": "Basic Example Product with - Modifier groups - min/max variables - default selection - translations",
                "descriptionTranslations": {},
                "nameTranslations": {
                    "en": "Delicious Steak Frites",
                    "es": "Deliciosos Bistecs Fritos",
                    "fr": "Steak Frites Délicieux",
                    "nl": "Heerlijke Biefstuk Frites"
                },
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/QWXAKnkpH1Md-kCY-7OeMO4I23T2VL7f05RSP1CNic4/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvc3RlYWstNjIyODYyNTg4YzUwNmYwMTViZTYwMThlLmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "STK-01",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-001",
                "price": 1500,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d33b",
                    "66b35629a7eb47d479f1d2fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db4f",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "STK-01"
            },
            "66b35629a7eb47d479f1d34d": {
                "_id": "66b35629a7eb47d479f1d34d",
                "name": "Cheeseburger",
                "description": "100% beef patty, cheddar, caramelized onions, mayonnaise, pickles in a Pretzel bun",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/-T3Q86ak_gYss4pfyjoOu0S2ZSz3ivubi9QsNADrk-Q/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvY2hlZXNlYnVyZ2VyLTYyMjg2ZTI2ZGI1OTg2MDAxZWJmNThkNy5qcGc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BURG-CHE",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-027",
                "price": 850,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db4f",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-BURG-CHE"
            },
            "66b35629a7eb47d479f1d34f": {
                "_id": "66b35629a7eb47d479f1d34f",
                "name": "Veggie Burger",
                "description": "Black bean burgers with sweet potato, mushrooms, quinoa, and pecans.",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/N-0UqHpmHxtWoxLug-amn5fhcOtecxOGuk17nqY9Yu0/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvdmVnZ2llYnVyZ2VyLTYyMjg2Y2JhYzcxNWI0MDNiMGViNzI5NC5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-BURG-VEG",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-028",
                "price": 750,
                "productTags": [
                    1000
                ],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db4f",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-BURG-VEG"
            },
            "67209bb4174a0e5384d4d9f5": {
                "_id": "67209bb4174a0e5384d4d9f5",
                "name": "Texas Burger",
                "description": "Texan Burgers",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/54ylsH3aQHKTvTYKypJ4VPIz4liZB7PUQAoI_9TTlaI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvVGV4YXMgQnVyZ2VyLTY3MWI1YTE5OGY3ZWFjODE2ZDAwYTBjMS5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DLX-1",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 1000,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db4f",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "DLX-1"
            },
            "67209bb4174a0e5384d4d9f7": {
                "_id": "67209bb4174a0e5384d4d9f7",
                "name": "Mexican Burger",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/ju0tQhS3Si36RzAdDfPQEOXT6zijcq5NV762UMq5XLM/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvTWV4aWNhbiBCdXJnZXItNjcxYjViOWM1M2MzY2U5OTA1OWM5N2U2LmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DLX-2",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 1100,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db4f",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "DLX-2"
            },
            "67209bb4174a0e5384d4d9f9": {
                "_id": "67209bb4174a0e5384d4d9f9",
                "name": "Australian Burger",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/AGdmDjM6GRcTvejJoL6zUbshO5owrnBo4sgsGanrybQ/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82MjIyMDc2Y2E4YmE0ODQ0YmY1MTg0MjUvQXVzdHJhbGlhbiBCdXJnZXItNjcxYjVjMWZmMTgxNTI2ZjIzZTI3MDdjLmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "DLX-3",
                "posCategoryIds": [
                    "STK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-026",
                "price": 1200,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "67209bb4174a0e5384d4d9fb"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db4f",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "DLX-3"
            },
            "66b35629a7eb47d479f1d309": {
                "_id": "66b35629a7eb47d479f1d309",
                "name": "White Rice",
                "description": "White coloured rice",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/9ZV8s6bBr11enQLQyFp5x86PDOFtjXVljJdzs_PPpTo/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvbmFzaXB1dGktMTYxMDI5MDE0MDQ5NC5qcGc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "RICE-01",
                "posCategoryIds": [
                    "SD"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-012",
                "price": 450,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d345"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db50",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "RICE-01"
            },
            "66b35629a7eb47d479f1d343": {
                "_id": "66b35629a7eb47d479f1d343",
                "name": "Yellow Rice",
                "description": "White rice with Saffron",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/lxSc2sAbetJKPew9FqZS2osLw4zdzsGFgNV9L7sS2XU/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvTmFzaS1rdW5pbmctMy0xNjEwMjg5NzI2OTQ2LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "RICE-02",
                "posCategoryIds": [
                    "SD"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-013",
                "price": 450,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d345"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db50",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "RICE-02"
            },
            "66b35629a7eb47d479f1d30b": {
                "_id": "66b35629a7eb47d479f1d30b",
                "name": "Egg Noodles",
                "description": "Egg noodles and veggies fried and tossed with a delicious sauce",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/1DOWQmKyNPh0GDpoE-M-V-N6wAkoSBg-PPHNAN3DEWE/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvYmFtaWdvcmVuZy0xNjEwMjg5OTIyOTY5LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "NOOD-01",
                "posCategoryIds": [
                    "SD"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-014",
                "price": 450,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d345"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db50",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "NOOD-01"
            },
            "66b35629a7eb47d479f1d30d": {
                "_id": "66b35629a7eb47d479f1d30d",
                "name": "Ramen Noodles",
                "description": "Chinese-style wheat noodles",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/yS_VH1maHnLv7RLw8bCtxIuHDv1bXUJS6LiuocEpFXI/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvTWlob2VuLTItMS0xNjEwMjg5ODcwMTU3LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "NOOD-02",
                "posCategoryIds": [
                    "SD"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-015",
                "price": 450,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d345"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db50",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "NOOD-02"
            },
            "66b35629a7eb47d479f1d307": {
                "_id": "66b35629a7eb47d479f1d307",
                "name": "Chicken Sate",
                "description": "Product with Nested Modifiers - Multimax variables - Allergens (tags)",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/dLn-Axhl9HkbXMP0hC8yL3t8OZtlGEFNKD-OPD7LdoY/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvc2F0YXktNjIyODRlM2M4YzUwNmYwMTViZTYwMTg0LmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-SATE",
                "posCategoryIds": [
                    "CHK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-009",
                "price": 450,
                "productTags": [
                    104,
                    108
                ],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d33f",
                    "66b35629a7eb47d479f1d341"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db54",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-SATE"
            },
            "6721daafc33216a11b4e23a3": {
                "_id": "6721daafc33216a11b4e23a3",
                "name": "3 Pieces",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/xjen-2xRW9YzpXuWWG0brT-rs9z4W41LGVS36PELDzw/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvMy1waWVjZS1jaGlja2VuLXRlbmRlcnMtNjcyMGYxNTRmMTgxNTI2ZjIzZTI3MGQ2LmpwZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "VAR-1-#V0#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-059",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d371",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "VAR-1"
            },
            "6721daafc33216a11b4e23a4": {
                "_id": "6721daafc33216a11b4e23a4",
                "name": "6 Pieces",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/R7sZzAuSYFv9k-u9GrZo_gjGuOc9_z3SA7Sl18Tqgq4/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvZG93bmxvYWQlMjAoMiktNjcyMGYxNWZkNjhjM2NiNDdhMmVmOTdiLmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "VAR-2-#V300#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-060",
                "price": 300,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d371",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "VAR-2"
            },
            "6721daafc33216a11b4e23a5": {
                "_id": "6721daafc33216a11b4e23a5",
                "name": "9 Pieces",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/3VBmbTrweXiwpSEA3aW3p8UxtxQ8tvrTHjJtEjeFIyo/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvOSUyMHBpZWNlcy02NzIwZjE2YjM0MjA2YWFlZDE1YmUwY2IuanBlZw==.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "VAR-3-#V550#-",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-061",
                "price": 550,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d371",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "VAR-3"
            },
            "66b35629a7eb47d479f1d335": {
                "_id": "66b35629a7eb47d479f1d335",
                "name": "Chicken Tenders",
                "description": "Variant prices for different sizes will show cheapaest on top level product",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/RENCGkbBafii4fWRyCwS0VGV6714pL17SxoULs0KgA0/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvY2hpY2tlbi02MjI4NWY5MGRiNTk4NjAwMWViZjU4ZDUuanBn.jpg",
                "isVariant": true,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "VAR-PROD-1",
                "posCategoryIds": [
                    "CHK"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-057",
                "price": 800,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d371"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db54",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "VAR-PROD-1"
            },
            "6721daafc33216a11b4e23b2": {
                "_id": "6721daafc33216a11b4e23b2",
                "name": "Build your own Pizza",
                "description": "Build your own pizza, first topping is free!",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/GD-rbG2fv0sRMVWVHh4fV5rdYOMTqQ5QyAEyHwedQl0/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvcGl6emEtNjIyODUyNWViMzAzZmMwM2ExNDhkZTQ2LmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "PIZZ-00",
                "posCategoryIds": [
                    "PZ"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-048",
                "price": 800,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "6721daafc33216a11b4e23ab",
                    "6721daafc33216a11b4e23b1"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db53",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "PIZZ-00"
            },
            "66b35629a7eb47d479f1d377": {
                "_id": "66b35629a7eb47d479f1d377",
                "name": "The Hawaiian",
                "description": "Italy's favourite Pizza!",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/a7Wji9CAymU-3IBjiBeSmrcqMTvHzmsnOeq8K3ldCBM/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvaGF3YWlpYW4tNjIyODU1YzdiMzAzZmMwM2ExNDhkZTQ4LmpwZWc=.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "PIZZ-01",
                "posCategoryIds": [
                    "PZ"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-062",
                "price": 800,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db53",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "PIZZ-01"
            },
            "66b35629a7eb47d479f1d31f": {
                "_id": "66b35629a7eb47d479f1d31f",
                "name": "Mini Poke Bowl",
                "description": "A little bowl of Poke",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/--GwcZTaKNtMoHZsPTk5rxkaQSLO_1qpNDkWZMGuHlg/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvU21hbCUyMFBva2UlMjBCb3dsLTY3MjBmMjFhYWJhZDVjMzU2YmMzZTRkZS5qcGVn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SZ-01",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-034",
                "price": 800,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d357",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "SZ-01"
            },
            "66b35629a7eb47d479f1d321": {
                "_id": "66b35629a7eb47d479f1d321",
                "name": "Large Poke Bowl",
                "description": "A big bowl of Poke",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/Oug9aIizORvEBx5K0uBo-wEdxz-huQ45jVowRTIIJKo/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy82NmIzNTJlZjBjZDU3OTkyMTU0M2IzODAvTGFyZ2UlMjBQb2tlJTIwQm93bC02NzIwZjFmNGFiYWQ1YzM1NmJjM2U0ZDguanBn.jpg",
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "SZ-02",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-035",
                "price": 1200,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d357",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "SZ-02"
            },
            "6721daafc33216a11b4e23b3": {
                "_id": "6721daafc33216a11b4e23b3",
                "name": "Sushi Rice",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "BS-01###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-040",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d323",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "BS-01"
            },
            "6721daafc33216a11b4e23b4": {
                "_id": "6721daafc33216a11b4e23b4",
                "name": "Cruncy Cabbage Slaw",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "BS-02###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-041",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d323",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "BS-02"
            },
            "6721daafc33216a11b4e23b6": {
                "_id": "6721daafc33216a11b4e23b6",
                "name": "Spicy Tofu",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "XTRA-TOF###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-045",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d359",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "XTRA-TOF"
            },
            "6721daafc33216a11b4e23b7": {
                "_id": "6721daafc33216a11b4e23b7",
                "name": "Crispy Onions",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "XTRA-CONI###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-046",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d359",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "XTRA-CONI"
            },
            "6721daafc33216a11b4e23b8": {
                "_id": "6721daafc33216a11b4e23b8",
                "name": "Smashed Avocado",
                "description": "",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "XTRA-AVO###PRNT",
                "posCategoryIds": [],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-047",
                "price": 0,
                "productTags": [],
                "productType": 1,
                "subProducts": [],
                "takeawayTax": 9000,
                "parentId": "66b35629a7eb47d479f1d359",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "XTRA-AVO"
            },
            "6721daafc33216a11b4e23ba": {
                "_id": "6721daafc33216a11b4e23ba",
                "name": "Build a Poke Bowl",
                "description": "Select a size then choose your ingredients",
                "descriptionTranslations": {},
                "nameTranslations": {},
                "account": "66b352ef0cd579921543b380",
                "capacityUsages": [],
                "deliveryTax": 9000,
                "eatInTax": 9000,
                "imageUrl": "https://resizer.staging.deliverect.com/LCTRGFEQdLnvJ6I989O99RTLSDt361uCNd-IpAxrnj0/rt:fill/g:ce/el:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvcG9rZS02MjI4NTBjOGIzMDNmYzAzYTE0OGRlNDQuanBn.jpg",
                "isCombo": true,
                "location": "66b35312dc02e27b286fca1b",
                "max": 0,
                "min": 0,
                "multiply": 1,
                "plu": "P-PB-01",
                "posCategoryIds": [
                    "POKB"
                ],
                "posProductCategoryId": "",
                "posProductId": "POS-ID-032",
                "price": 1000,
                "productTags": [],
                "productType": 1,
                "subProducts": [
                    "66b35629a7eb47d479f1d357",
                    "6721daafc33216a11b4e23b5",
                    "6721daafc33216a11b4e23b9"
                ],
                "takeawayTax": 9000,
                "parentId": "67209bfb174a0e5384d4db52",
                "snoozed": false,
                "subProductSortOrder": [],
                "referenceId": "P-PB-01"
            }
        },
        "productTags": [
            1000,
            104,
            108
        ],
        "snoozedProducts": {},
        "validations": []
    }
]
{
  "success": true
}
Language