{"info":{"_postman_id":"fb09bf6a-fbf5-456c-932d-b5b22c177331","name":"Restroworks API Reference","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<p>A quick introduction about Restroworks and how you can get started with our API</p>\n<p>Restroworks powers over 15,000 multi-unit restaurants worldwide with its cloud-based enterprise restaurant technology platform. The platform enables enterprise restaurant operators to scale their businesses, enhance bottom-line efficiency, and provide a consistent guest experience. Restroworks' unified technology platform seamlessly integrates Front-of-House (FOH), Back-of-House (BOH), Out-of-House/Integrations, Analytics, and CRM, streamlining restaurant operations for maximum efficiency.</p>\n<p>The Restroworks API reference document includes detailed information about the endpoints, parameters, responses, and data types for Restroworks APIs.</p>\n<p>This documentation provides a comprehensive guide to getting started with Restroworks API, including detailed instructions on how to authenticate, make requests, and interact with the various endpoints. Use this API reference to find specific information about Restroworks API functions while you build and maintain the platform integration.</p>\n<p>Whether you're an industry developer or new to API integration, this documentation is designed to help you quickly and easily unlock the full potential of Restroworks API. Should you require any assistance or questions, our dedicated support team is always ready to help. Welcome to the Restroworks community!</p>\n<hr>\n<hr>\n<p>All rights reserved</p>\n<p>The Restroworks API documentation and all associated content, including but not limited to text, images, logos, trademarks, and code examples, are the exclusive property of Restroworks, Inc. and/or its licensors. Unauthorized copying, reproduction, distribution, modification, or any other use of this documentation, in whole or in part, without the prior written consent of Restroworks is strictly prohibited.</p>\n<p>By accessing and using the Restroworks API, you agree to be bound by the terms of the Restroworks API License Agreement and any applicable third-party terms and conditions. It is the users' responsibility to ensure compliance with these terms and conditions at all times.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26990305","collectionId":"fb09bf6a-fbf5-456c-932d-b5b22c177331","publishedId":"2s93Y2RgPD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"f1678d"},"publishDate":"2023-04-21T08:38:41.000Z"},"item":[{"name":"Data Integration","item":[{"name":"GET Bills","id":"09ec4e81-c402-492e-99cb-3e0aa2b0c9ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://18.140.214.202:9010/api/v1/pos/bills?from=1596697200000&to=1597215600000&page=1&customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"<p>This GET request retrieves bill information from a specific resource endpoint in the API. The request includes compulsory query parameters such as:</p>\n<ul>\n<li>\"from\": the starting timestamp (in milliseconds since Unix epoch) for the bill search.</li>\n<li>\"to\": the ending timestamp (in milliseconds since Unix epoch) for the bill search.</li>\n<li>\"page\": the page number of the results to return.</li>\n<li>\"customer_key\": a unique identifier for the customer associated with the request.</li>\n</ul>\n<p>The response includes a nested object with details about the bill, including:</p>\n<ul>\n<li>Customer information</li>\n<li>Charges</li>\n<li>Payments</li>\n<li>Discounts</li>\n</ul>\n<p>The response also includes an array of KOTs (Kitchen Order Tickets) with details about the items ordered, their categories, and taxes.</p>\n<p>Authorization for the request is achieved using an API Key. An example request is provided.</p>\n<h2 id=\"request-format\">Request Format</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Component</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Base URL</td>\n<td>The base URL for the API endpoint</td>\n<td><a href=\"http://18.140.214.202:9010/api/v1/pos\">http://18.140.214.202:9010/api/v1/pos</a></td>\n</tr>\n<tr>\n<td>Resource</td>\n<td>The specific resource being accessed (in this case, \"bills\")</td>\n<td>bills</td>\n</tr>\n<tr>\n<td>Query Parameters</td>\n<td>Optional parameters that modify the behavior of the API request</td>\n<td>from=1596697200000, to=1597215600000, page=1, customer_key=&lt;&gt;</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Here's a breakdown of each of the query parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>The starting timestamp (in milliseconds since Unix epoch) for the bill search</td>\n<td>1596697200000 (which is equivalent to 08/06/2020 @ 8:00am (UTC))</td>\n</tr>\n<tr>\n<td>to</td>\n<td>The ending timestamp (in milliseconds since Unix epoch) for the bill search</td>\n<td>1597215600000 (which is equivalent to 12:00pm (UTC) on 08/12/2020)</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The page number of the results to return</td>\n<td>1</td>\n</tr>\n<tr>\n<td>customer_key</td>\n<td>A unique identifier for the customer associated with the request</td>\n<td>&lt;&gt; (this is likely a placeholder that should be replaced with an actual key)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-format\">Response format</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tab</td>\n<td></td>\n<td>string</td>\n<td>Type of tab used</td>\n<td>\"Diner\"</td>\n</tr>\n<tr>\n<td>tabType</td>\n<td></td>\n<td>string</td>\n<td>Tab type designation</td>\n<td>\"table\"</td>\n</tr>\n<tr>\n<td>_currentUser</td>\n<td></td>\n<td>object</td>\n<td>Information about the current user</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>username</td>\n<td>string</td>\n<td>Username of the current user</td>\n<td>\"posistentp_rmz\"</td>\n</tr>\n<tr>\n<td></td>\n<td>lastname</td>\n<td>string</td>\n<td>Last name of the current user</td>\n<td>\"Test\"</td>\n</tr>\n<tr>\n<td></td>\n<td>firstname</td>\n<td>string</td>\n<td>First name of the current user</td>\n<td>\"sunny\"</td>\n</tr>\n<tr>\n<td>_covers</td>\n<td></td>\n<td>number</td>\n<td>Number of covers</td>\n<td>1</td>\n</tr>\n<tr>\n<td>_tableId</td>\n<td></td>\n<td>string</td>\n<td>Table ID</td>\n<td>\"1\"</td>\n</tr>\n<tr>\n<td>_customer</td>\n<td></td>\n<td>object</td>\n<td>Customer information</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>firstname</td>\n<td>string</td>\n<td>Customer's first name</td>\n<td>\"Sunny\"</td>\n</tr>\n<tr>\n<td></td>\n<td>mobile</td>\n<td>string</td>\n<td>Customer's mobile number</td>\n<td>\"8074000400\"</td>\n</tr>\n<tr>\n<td>complimentary</td>\n<td></td>\n<td>boolean</td>\n<td>Indicates if the transaction is complimentary</td>\n<td>false</td>\n</tr>\n<tr>\n<td>complimentaryComment</td>\n<td></td>\n<td>string</td>\n<td>Comment about the complimentary transaction</td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td>complimentaryHead</td>\n<td></td>\n<td>string</td>\n<td>Heading for the complimentary transaction</td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td>charges</td>\n<td></td>\n<td>object</td>\n<td>Information about charges</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>totalTax</td>\n<td>number</td>\n<td>Total tax amount</td>\n<td>0</td>\n</tr>\n<tr>\n<td></td>\n<td>taxes</td>\n<td>array</td>\n<td>List of taxes</td>\n<td>[]</td>\n</tr>\n<tr>\n<td></td>\n<td>amount</td>\n<td>number</td>\n<td>Total amount</td>\n<td>0</td>\n</tr>\n<tr>\n<td></td>\n<td>detail</td>\n<td>array</td>\n<td>List of detailed charges</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>prefix</td>\n<td></td>\n<td>null</td>\n<td>Prefix value</td>\n<td>null</td>\n</tr>\n<tr>\n<td>billDiscountAmount</td>\n<td></td>\n<td>number</td>\n<td>Bill discount amount</td>\n<td>0</td>\n</tr>\n<tr>\n<td>isVoid</td>\n<td></td>\n<td>boolean</td>\n<td>Indicates if the transaction is void</td>\n<td>false</td>\n</tr>\n<tr>\n<td>voidComment</td>\n<td></td>\n<td>string</td>\n<td>Comment about the void transaction</td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td>payments</td>\n<td></td>\n<td>object</td>\n<td>Information about the payments</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>cards</td>\n<td>array</td>\n<td>List of card payments</td>\n<td>(see example for card types)</td>\n</tr>\n<tr>\n<td></td>\n<td>cash</td>\n<td>array</td>\n<td>List of cash payments</td>\n<td>[1958, 0]</td>\n</tr>\n<tr>\n<td>_created</td>\n<td></td>\n<td>string</td>\n<td>Creation timestamp</td>\n<td>\"2023-03-10T06:03:25.502Z\"</td>\n</tr>\n<tr>\n<td>_closeTime</td>\n<td></td>\n<td>string</td>\n<td>Close timestamp</td>\n<td>\"2023-03-10T06:04:27.028Z\"</td>\n</tr>\n<tr>\n<td>billNumber</td>\n<td></td>\n<td>string</td>\n<td>Bill number</td>\n<td>\"1\"</td>\n</tr>\n<tr>\n<td>daySerialNumber</td>\n<td></td>\n<td>number</td>\n<td>Day serial number</td>\n<td>1</td>\n</tr>\n<tr>\n<td>serialNumber</td>\n<td></td>\n<td>number</td>\n<td>Serial number</td>\n<td>1</td>\n</tr>\n<tr>\n<td>splitNumber</td>\n<td></td>\n<td>null</td>\n<td>Split number</td>\n<td>null</td>\n</tr>\n<tr>\n<td>ng_id</td>\n<td></td>\n<td>string</td>\n<td>Unique ID for the transaction</td>\n<td>\"83cb90ac-08d7-11bd-4a05-a7c7f1e23caa-83894753-c30e-b9592a97a467-1\"  <br /></td>\n</tr>\n<tr>\n<td>aggregation</td>\n<td></td>\n<td>object</td>\n<td>Information about the bill aggregation</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>taxDetail</td>\n<td>array</td>\n<td>List of tax details</td>\n<td>(see example for tax details)</td>\n</tr>\n<tr>\n<td></td>\n<td>netRoundedAmount</td>\n<td>number</td>\n<td>Net rounded amount</td>\n<td>1958</td>\n</tr>\n<tr>\n<td></td>\n<td>roundOff</td>\n<td>number</td>\n<td>Round off value</td>\n<td>0</td>\n</tr>\n<tr>\n<td></td>\n<td>netAmount</td>\n<td>number</td>\n<td>Net amount</td>\n<td>1958</td>\n</tr>\n<tr>\n<td></td>\n<td>billDiscount</td>\n<td>number</td>\n<td>Bill discount</td>\n<td>0</td>\n</tr>\n<tr>\n<td></td>\n<td>totalItemDiscount</td>\n<td>number</td>\n<td>Total item discount</td>\n<td>0</td>\n</tr>\n<tr>\n<td></td>\n<td>totalItems</td>\n<td>number</td>\n<td>Total number of items</td>\n<td>4</td>\n</tr>\n<tr>\n<td></td>\n<td>totalTax</td>\n<td>number</td>\n<td>Total tax amount</td>\n<td>178</td>\n</tr>\n<tr>\n<td></td>\n<td>totalAmount</td>\n<td>number</td>\n<td>Total bill amount</td>\n<td>1780</td>\n</tr>\n<tr>\n<td>settleUser</td>\n<td></td>\n<td>object</td>\n<td>Information about the user who settled the bill</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>instance</td>\n<td>null</td>\n<td>Instance information</td>\n<td>null</td>\n</tr>\n<tr>\n<td></td>\n<td>timestamp</td>\n<td>string</td>\n<td>Timestamp of when the bill was settled</td>\n<td>\"2023-03-10T06:04:17.820Z\"</td>\n</tr>\n<tr>\n<td></td>\n<td>username</td>\n<td>string</td>\n<td>Username of the user who settled the bill</td>\n<td>\"posistentp_rmz\"</td>\n</tr>\n<tr>\n<td>_offers</td>\n<td></td>\n<td>array</td>\n<td>List of offers</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>_kots</td>\n<td></td>\n<td>array</td>\n<td>List of KOTs (Kitchen Order Tickets)</td>\n<td>(see example for KOT details)</td>\n</tr>\n<tr>\n<td>deployment_name</td>\n<td></td>\n<td>string</td>\n<td>Name of the deployment location</td>\n<td>\"RMZ - persft mall\"</td>\n</tr>\n<tr>\n<td>billNumber_updated</td>\n<td></td>\n<td>string</td>\n<td>Updated bill number</td>\n<td>\"1\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>Please note that the <code>_kots</code> key contains an array of KOTs, and each KOT has a list of items with their details. The items contain information about their category, taxes, and other properties.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_kots</td>\n<td></td>\n<td>array</td>\n<td>List of KOTs (Kitchen Order Tickets)</td>\n<td>(see example for KOT details)</td>\n</tr>\n<tr>\n<td></td>\n<td>taxAmount</td>\n<td>number</td>\n<td>Total tax amount for the KOT</td>\n<td>178</td>\n</tr>\n<tr>\n<td></td>\n<td>totalDiscount</td>\n<td>number</td>\n<td>Total discount for the KOT</td>\n<td>0</td>\n</tr>\n<tr>\n<td></td>\n<td>totalAmount</td>\n<td>number</td>\n<td>Total amount for the KOT</td>\n<td>1780</td>\n</tr>\n<tr>\n<td></td>\n<td>totalItems</td>\n<td>number</td>\n<td>Total number of items in the KOT</td>\n<td>4</td>\n</tr>\n<tr>\n<td></td>\n<td>kotNumber</td>\n<td>number</td>\n<td>KOT number</td>\n<td>1</td>\n</tr>\n<tr>\n<td></td>\n<td>comment</td>\n<td>string</td>\n<td>KOT comment</td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td></td>\n<td>items</td>\n<td>array</td>\n<td>List of items in the KOT</td>\n<td>(see example for item details)</td>\n</tr>\n<tr>\n<td></td>\n<td>isVoid</td>\n<td>boolean</td>\n<td>Flag indicating if the KOT is void</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div><p>For the nested <code>items</code> key in the <code>_kots</code>, the structure is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td></td>\n<td>array</td>\n<td>List of items in the KOT</td>\n<td>(see example for item details)</td>\n</tr>\n<tr>\n<td></td>\n<td>itemIndex</td>\n<td>number</td>\n<td>Item index</td>\n<td>0</td>\n</tr>\n<tr>\n<td></td>\n<td>billDiscountAmount</td>\n<td>number</td>\n<td>Bill discount amount for the item</td>\n<td>0</td>\n</tr>\n<tr>\n<td></td>\n<td>subtotal</td>\n<td>number</td>\n<td>Subtotal for the item</td>\n<td>100</td>\n</tr>\n<tr>\n<td></td>\n<td>quantity</td>\n<td>number</td>\n<td>Quantity of the item</td>\n<td>1</td>\n</tr>\n<tr>\n<td></td>\n<td>taxes</td>\n<td>array</td>\n<td>List of taxes for the item</td>\n<td>(see example for tax details)</td>\n</tr>\n<tr>\n<td></td>\n<td>description</td>\n<td>string</td>\n<td>Item description</td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td></td>\n<td>mapComboItems</td>\n<td>array</td>\n<td>List of combo items mapped to the item</td>\n<td>[]</td>\n</tr>\n<tr>\n<td></td>\n<td>baseItem</td>\n<td>string</td>\n<td>Base item ID</td>\n<td>\"63621bce6f64810067031c52\"</td>\n</tr>\n<tr>\n<td></td>\n<td>number</td>\n<td>string</td>\n<td>Item number</td>\n<td>\"101\"</td>\n</tr>\n<tr>\n<td></td>\n<td>name</td>\n<td>string</td>\n<td>Item name</td>\n<td>\"Flat White Coffee Brew (Small)\"</td>\n</tr>\n<tr>\n<td></td>\n<td>category</td>\n<td>object</td>\n<td>Item category information</td>\n<td>(see example for category details)</td>\n</tr>\n<tr>\n<td></td>\n<td>rate</td>\n<td>number</td>\n<td>Item rate</td>\n<td>100</td>\n</tr>\n<tr>\n<td></td>\n<td>_id</td>\n<td>string</td>\n<td>Item ID</td>\n<td>\"6362260b6f64810067031f15\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>category</code> key in the <code>items</code> array has the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td></td>\n<td>object</td>\n<td>Item category information</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>_id</td>\n<td>string</td>\n<td>Category ID</td>\n<td>\"6361805f81371f566d8187f4\"</td>\n</tr>\n<tr>\n<td></td>\n<td>categoryName</td>\n<td>string</td>\n<td>Category name</td>\n<td>\"Hot Beverage\"</td>\n</tr>\n<tr>\n<td></td>\n<td>superCategory</td>\n<td>object</td>\n<td>Super category information</td>\n<td>(see example for super category)</td>\n</tr>\n<tr>\n<td></td>\n<td>section</td>\n<td>object</td>\n<td>Section information</td>\n<td>(see example for section details)</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>superCategory</code> key in the <code>category</code> object has the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>superCategory</td>\n<td></td>\n<td>object</td>\n<td>Super category information</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>superCategoryName</td>\n<td>string</td>\n<td>Super category name</td>\n<td>\"Beverage\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>section</code> key in the <code>category</code> object has the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>section</td>\n<td></td>\n<td>object</td>\n<td>Section information</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>_id</td>\n<td>string</td>\n<td>Section ID</td>\n<td>\"636220686f64810067031c89\"</td>\n</tr>\n<tr>\n<td></td>\n<td>name</td>\n<td>string</td>\n<td>Section name</td>\n<td>\"Beverage (In-house)\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>taxes</code> key in the <code>items</code> array has the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taxes</td>\n<td></td>\n<td>array</td>\n<td>List of taxes</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>tax_amount</td>\n<td>number</td>\n<td>Tax amount</td>\n<td>10</td>\n</tr>\n<tr>\n<td></td>\n<td>name</td>\n<td>string</td>\n<td>Tax name</td>\n<td>\"Universal Tax\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>This covers the <code>_kots</code> key along with its nested keys and their respective types, descriptions, and examples.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ca9ea9c0-36e4-4b8b-a076-415a9e6c782e","id":"ca9ea9c0-36e4-4b8b-a076-415a9e6c782e","name":"Data Integration","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","pos","bills"],"host":["18","140","214","202"],"query":[{"key":"from","value":"1596697200000"},{"key":"to","value":"1597215600000"},{"key":"page","value":"1"},{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[{"id":"b922fc4d-ccd8-468c-ac21-3375111e424f","name":"GET Bills","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://18.140.214.202:9010/api/v1/pos/bills?from=1596697200000&to=1597215600000&page=1&customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","pos","bills"],"query":[{"key":"from","value":"1596697200000"},{"key":"to","value":"1597215600000"},{"key":"page","value":"1"},{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"tab\": \"Diner\",\n    \"tabType\": \"table\",\n    \"_currentUser\": {\n        \"username\": \"posistentp_rmz\",\n        \"lastname\": \"Test\",\n        \"firstname\": \"sunny\"\n    },\n    \"_covers\": 1,\n    \"_tableId\": \"1\",\n    \"_customer\": {\n        \"firstname\": \"Sunny\",\n        \"mobile\": \"8074000400\"\n    },\n    \"complimentary\": false,\n    \"complimentaryComment\": \"\",\n    \"complimentaryHead\": \"\",\n    \"charges\": {\n        \"totalTax\": 0,\n        \"taxes\": [],\n        \"amount\": 0,\n        \"detail\": []\n    },\n    \"prefix\": null,\n    \"billDiscountAmount\": 0,\n    \"isVoid\": false,\n    \"voidComment\": \"\",\n    \"payments\": {\n        \"cards\": [\n            {\n                \"detail\": [],\n                \"totalAmount\": 0,\n                \"cardType\": \"DebitCard\"\n            },\n            {\n                \"detail\": [],\n                \"totalAmount\": 0,\n                \"cardType\": \"CreditCard\"\n            },\n            {\n                \"detail\": [],\n                \"totalAmount\": 0,\n                \"cardType\": \"Other\"\n            },\n            {\n                \"detail\": [],\n                \"totalAmount\": 0,\n                \"cardType\": \"Online\"\n            },\n            {\n                \"detail\": [],\n                \"totalAmount\": 0,\n                \"cardType\": \"Coupon\"\n            },\n            {\n                \"detail\": [],\n                \"totalAmount\": 0,\n                \"cardType\": \"BTC\"\n            },\n            {\n                \"detail\": [],\n                \"totalAmount\": 0,\n                \"cardType\": \"SmartCard\"\n            }\n        ],\n        \"cash\": [\n            1958,\n            0\n        ]\n    },\n    \"_created\": \"2023-03-10T06:03:25.502Z\",\n    \"_closeTime\": \"2023-03-10T06:04:27.028Z\",\n    \"billNumber\": \"1\",\n    \"daySerialNumber\": 1,\n    \"serialNumber\": 1,\n    \"splitNumber\": null,\n    \"ng_id\": \"83cb90ac-08d7-11bd-4a05-a7c7f1e23caa-83894753-c30e-b9592a97a467-1\",\n    \"aggregation\": {\n        \"taxDetail\": [\n            {\n                \"taxCode\": null,\n                \"isAggregator\": false,\n                \"isNonRemovable\": true,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"amount\": 178,\n                \"name\": \"Universal Tax\",\n                \"id\": \"636223676f64810067031d4a\"\n            }\n        ],\n        \"netRoundedAmount\": 1958,\n        \"roundOff\": 0,\n        \"netAmount\": 1958,\n        \"billDiscount\": 0,\n        \"totalItemDiscount\": 0,\n        \"totalItems\": 4,\n        \"totalTax\": 178,\n        \"totalAmount\": 1780\n    },\n    \"settleUser\": {\n        \"instance\": null,\n        \"timestamp\": \"2023-03-10T06:04:17.820Z\",\n        \"username\": \"posistentp_rmz\"\n    },\n    \"_offers\": [],\n    \"_kots\": [\n        {\n            \"taxAmount\": 178,\n            \"totalDiscount\": 0,\n            \"totalAmount\": 1780,\n            \"totalItems\": 4,\n            \"kotNumber\": 1,\n            \"comment\": \"\",\n            \"items\": [\n                {\n                    \"itemIndex\": 0,\n                    \"billDiscountAmount\": 0,\n                    \"subtotal\": 100,\n                    \"quantity\": 1,\n                    \"taxes\": [\n                        {\n                            \"tax_amount\": 10,\n                            \"name\": \"Universal Tax\"\n                        }\n                    ],\n                    \"description\": \"\",\n                    \"mapComboItems\": [],\n                    \"baseItem\": \"63621bce6f64810067031c52\",\n                    \"number\": \"101\",\n                    \"name\": \"Flat White Coffee Brew (Small)\",\n                    \"category\": {\n                        \"_id\": \"6361805f81371f566d8187f4\",\n                        \"categoryName\": \"Hot Beverage\",\n                        \"superCategory\": {\n                            \"superCategoryName\": \"Beverage\"\n                        },\n                        \"section\": {\n                            \"name\": \"Beverage (In-house)\",\n                            \"_id\": \"636220686f64810067031c89\"\n                        }\n                    },\n                    \"rate\": 100,\n                    \"_id\": \"6362260b6f64810067031f15\"\n                },\n                {\n                    \"itemIndex\": 1,\n                    \"billDiscountAmount\": 0,\n                    \"subtotal\": 40,\n                    \"quantity\": 1,\n                    \"taxes\": [\n                        {\n                            \"tax_amount\": 4,\n                            \"name\": \"Universal Tax\"\n                        }\n                    ],\n                    \"description\": \"\",\n                    \"mapComboItems\": [],\n                    \"baseItem\": \"63621ca16f64810067031c67\",\n                    \"number\": \"109\",\n                    \"name\": \"Imported Coke\",\n                    \"category\": {\n                        \"_id\": \"6361808981371f566d8187f5\",\n                        \"categoryName\": \"Pre-Packaged (MRP Items)\",\n                        \"superCategory\": {\n                            \"superCategoryName\": \"Beverage\"\n                        },\n                        \"section\": {\n                            \"name\": \"Retail Items\",\n                            \"_id\": \"636220756f64810067031c8a\"\n                        }\n                    },\n                    \"rate\": 40,\n                    \"_id\": \"6362260a6f64810067031efc\"\n                },\n                {\n                    \"itemIndex\": 2,\n                    \"billDiscountAmount\": 0,\n                    \"subtotal\": 650,\n                    \"quantity\": 1,\n                    \"taxes\": [\n                        {\n                            \"tax_amount\": 65,\n                            \"name\": \"Universal Tax\"\n                        }\n                    ],\n                    \"description\": \"\",\n                    \"mapComboItems\": [],\n                    \"baseItem\": \"63621ee76f64810067031c7f\",\n                    \"number\": \"116\",\n                    \"name\": \"JW's Blue Label (30mL)\",\n                    \"category\": {\n                        \"_id\": \"63621d1f6f64810067031c71\",\n                        \"categoryName\": \"Hard Liquor\",\n                        \"superCategory\": {\n                            \"superCategoryName\": \"Alcoholic Beverage\"\n                        },\n                        \"section\": {\n                            \"name\": \"Liquor\",\n                            \"_id\": \"636220816f64810067031c8b\"\n                        }\n                    },\n                    \"rate\": 650,\n                    \"_id\": \"6362260a6f64810067031ee9\"\n                },\n                {\n                    \"itemIndex\": 3,\n                    \"billDiscountAmount\": 0,\n                    \"subtotal\": 990,\n                    \"quantity\": 1,\n                    \"taxes\": [\n                        {\n                            \"tax_amount\": 99,\n                            \"name\": \"Universal Tax\"\n                        }\n                    ],\n                    \"description\": \"\",\n                    \"mapComboItems\": [],\n                    \"baseItem\": \"63621efd6f64810067031c80\",\n                    \"number\": \"117\",\n                    \"name\": \"JW's Blue Label (60mL)\",\n                    \"category\": {\n                        \"_id\": \"63621d1f6f64810067031c71\",\n                        \"categoryName\": \"Hard Liquor\",\n                        \"superCategory\": {\n                            \"superCategoryName\": \"Alcoholic Beverage\"\n                        },\n                        \"section\": {\n                            \"name\": \"Liquor\",\n                            \"_id\": \"636220816f64810067031c8b\"\n                        }\n                    },\n                    \"rate\": 990,\n                    \"_id\": \"6362260b6f64810067031f18\"\n                }\n            ],\n            \"isVoid\": false\n        }\n    ],\n    \"deployment_name\": \"RMZ - persft mall\",\n    \"billNumber_updated\": \"1\"\n}"}],"_postman_id":"09ec4e81-c402-492e-99cb-3e0aa2b0c9ee"},{"name":"GET All invoices","id":"710c4807-1395-4833-8e01-18f5e9b1812b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://18.140.214.202:9010/api/v1/pos/get_all_invoices?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>&partner=partner_name&apiKey=KEY_PROVIDED&StartDate=2022-11-22&EndDate=2022-11-22","description":"<p>This GET request retrieves all invoices from a specific resource endpoint in the API. The request includes optional query parameters such as:</p>\n<ul>\n<li>\"customer_key\": a unique identifier for the customer associated with the request.</li>\n<li>\"partner\": the partner name associated with the request.</li>\n<li>\"apiKey\": the API key used to authenticate the request.</li>\n<li>\"StartDate\": the start date for the range of invoices to retrieve.</li>\n<li>\"EndDate\": the end date for the range of invoices to retrieve.</li>\n</ul>\n<p>The response includes a list of invoices, each with the following details:</p>\n<ul>\n<li>\"InvoiceNumber\": the unique identifier for the invoice.</li>\n<li>\"ReportedOn\": the date and time the invoice was reported.</li>\n<li>\"NetSales\": the net amount of the invoice's sales.</li>\n<li>\"TotalTax\": the total tax amount for the invoice.</li>\n<li>\"GrossSales\": the gross amount of the invoice's sales (before discounts or returns).</li>\n<li>\"Discount\": the total amount of discounts applied to the invoice.</li>\n<li>\"ReturnValue\": the total amount returned for the invoice.</li>\n</ul>\n<p>Authorization for the request is achieved using an API Key.</p>\n<p>Request Params</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Component</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Base URL</td>\n<td>The base URL for the API endpoint</td>\n<td>posistapi.com/api/v1/pos</td>\n</tr>\n<tr>\n<td>Resource</td>\n<td>The specific resource being accessed (in this case, \"get_all_invoices\")</td>\n<td>get_all_invoices</td>\n</tr>\n<tr>\n<td>Query Parameters</td>\n<td>Optional parameters that modify the behavior of the API request</td>\n<td>customer_key=&lt;&gt;, partner=&lt;&gt;, apiKey=&lt;&gt;, StartDate=2022-11-22, EndDate=2022-11-22</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here's a breakdown of each of the query parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_key</td>\n<td>A unique identifier for the customer associated with the request</td>\n<td>YOUR_CUSTOMER_KEY</td>\n</tr>\n<tr>\n<td>partner</td>\n<td>The partner name associated with the request</td>\n<td>Partner_name</td>\n</tr>\n<tr>\n<td>apiKey</td>\n<td>The API key used to authenticate the request</td>\n<td>Unique key</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>The start date for the range of invoices to retrieve (YYYY-MM-DD)</td>\n<td>2022-11-22</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>The end date for the range of invoices to retrieve (YYYY-MM-DD)</td>\n<td>2022-11-22</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InvoiceNumber</td>\n<td>string</td>\n<td>The unique identifier for the invoice</td>\n<td>\"T2-39700\"</td>\n</tr>\n<tr>\n<td>ReportedOn</td>\n<td>string</td>\n<td>The date and time the invoice was reported</td>\n<td>\"2022-11-22T17:30:41.332Z\"</td>\n</tr>\n<tr>\n<td>NetSales</td>\n<td>number</td>\n<td>The net amount of the invoice's sales</td>\n<td>199.06</td>\n</tr>\n<tr>\n<td>TotalTax</td>\n<td>number</td>\n<td>The total tax amount for the invoice</td>\n<td>9.94</td>\n</tr>\n<tr>\n<td>GrossSales</td>\n<td>number</td>\n<td>The gross amount of the invoice's sales (before discounts or returns)</td>\n<td>209</td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>number</td>\n<td>The total amount of discounts applied to the invoice</td>\n<td>31.2</td>\n</tr>\n<tr>\n<td>ReturnValue</td>\n<td>number</td>\n<td>The total amount returned for the invoice</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ca9ea9c0-36e4-4b8b-a076-415a9e6c782e","id":"ca9ea9c0-36e4-4b8b-a076-415a9e6c782e","name":"Data Integration","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","pos","get_all_invoices"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"},{"key":"partner","value":"partner_name"},{"key":"apiKey","value":"KEY_PROVIDED"},{"key":"StartDate","value":"2022-11-22"},{"key":"EndDate","value":"2022-11-22"}],"variable":[]}},"response":[{"id":"7048871e-89a7-40bd-9723-7d6a92ba183a","name":"GET All invoices","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic U2tsTG9qSnFJczpoVkhFWVd5SnNld25EOW9sakthVUJRVnpxVUI3N1kxeEhlVnl4bHlQdVVjPQ==","disabled":true}],"url":{"raw":"http://18.140.214.202:9010/api/v1/pos/get_all_invoices?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>&partner=PartnerName&StartDate=2022-11-22&EndDate=2022-11-22","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","pos","get_all_invoices"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"},{"key":"partner","value":"PartnerName"},{"key":"StartDate","value":"2022-11-22"},{"key":"EndDate","value":"2022-11-22"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"InvoiceNumber\": \"T2-39700\",\n        \"ReportedOn\": \"2022-11-22T17:30:41.332Z\",\n        \"NetSales\": 199.06,\n        \"TotalTax\": 9.94,\n        \"GrossSales\": 209,\n        \"Discount\": 31.2,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39699\",\n        \"ReportedOn\": \"2022-11-22T17:26:13.884Z\",\n        \"NetSales\": 303.8,\n        \"TotalTax\": 15.2,\n        \"GrossSales\": 319,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39698\",\n        \"ReportedOn\": \"2022-11-22T17:25:35.371Z\",\n        \"NetSales\": 647.6,\n        \"TotalTax\": 32.4,\n        \"GrossSales\": 680,\n        \"Discount\": 105,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39697\",\n        \"ReportedOn\": \"2022-11-22T17:24:58.503Z\",\n        \"NetSales\": 296.17,\n        \"TotalTax\": 14.83,\n        \"GrossSales\": 311,\n        \"Discount\": 17.44,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39696\",\n        \"ReportedOn\": \"2022-11-22T17:22:45.469Z\",\n        \"NetSales\": 188.55,\n        \"TotalTax\": 9.45,\n        \"GrossSales\": 198,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39695\",\n        \"ReportedOn\": \"2022-11-22T17:17:13.108Z\",\n        \"NetSales\": 204.75,\n        \"TotalTax\": 10.25,\n        \"GrossSales\": 215,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39694\",\n        \"ReportedOn\": \"2022-11-22T17:05:09.623Z\",\n        \"NetSales\": 240,\n        \"TotalTax\": 12,\n        \"GrossSales\": 252,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39693\",\n        \"ReportedOn\": \"2022-11-22T16:54:51.773Z\",\n        \"NetSales\": 701.9,\n        \"TotalTax\": 35.1,\n        \"GrossSales\": 737,\n        \"Discount\": 105,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39692\",\n        \"ReportedOn\": \"2022-11-22T16:49:15.945Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39691\",\n        \"ReportedOn\": \"2022-11-22T16:48:51.775Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39690\",\n        \"ReportedOn\": \"2022-11-22T16:47:54.637Z\",\n        \"NetSales\": 243.8,\n        \"TotalTax\": 12.2,\n        \"GrossSales\": 256,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39689\",\n        \"ReportedOn\": \"2022-11-22T16:46:49.520Z\",\n        \"NetSales\": 655.25,\n        \"TotalTax\": 32.75,\n        \"GrossSales\": 688,\n        \"Discount\": 105,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39688\",\n        \"ReportedOn\": \"2022-11-22T16:44:57.925Z\",\n        \"NetSales\": 323.8,\n        \"TotalTax\": 16.2,\n        \"GrossSales\": 340,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39687\",\n        \"ReportedOn\": \"2022-11-22T16:43:29.834Z\",\n        \"NetSales\": 99.05,\n        \"TotalTax\": 4.95,\n        \"GrossSales\": 104,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39686\",\n        \"ReportedOn\": \"2022-11-22T16:41:54.269Z\",\n        \"NetSales\": 573.35,\n        \"TotalTax\": 28.65,\n        \"GrossSales\": 602,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39685\",\n        \"ReportedOn\": \"2022-11-22T16:40:41.372Z\",\n        \"NetSales\": 448.54,\n        \"TotalTax\": 22.46,\n        \"GrossSales\": 471,\n        \"Discount\": 40,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48511\",\n        \"ReportedOn\": \"2022-11-22T16:38:34.737Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48510\",\n        \"ReportedOn\": \"2022-11-22T16:37:21.530Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48509\",\n        \"ReportedOn\": \"2022-11-22T16:36:00.241Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48508\",\n        \"ReportedOn\": \"2022-11-22T16:33:41.304Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39684\",\n        \"ReportedOn\": \"2022-11-22T16:30:25.981Z\",\n        \"NetSales\": 204.75,\n        \"TotalTax\": 10.25,\n        \"GrossSales\": 215,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39683\",\n        \"ReportedOn\": \"2022-11-22T16:26:59.131Z\",\n        \"NetSales\": 248.55,\n        \"TotalTax\": 12.45,\n        \"GrossSales\": 261,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39682\",\n        \"ReportedOn\": \"2022-11-22T16:26:13.658Z\",\n        \"NetSales\": 777.15,\n        \"TotalTax\": 38.85,\n        \"GrossSales\": 816,\n        \"Discount\": 105,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39681\",\n        \"ReportedOn\": \"2022-11-22T16:25:34.072Z\",\n        \"NetSales\": 84.75,\n        \"TotalTax\": 4.25,\n        \"GrossSales\": 89,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39680\",\n        \"ReportedOn\": \"2022-11-22T16:24:34.788Z\",\n        \"NetSales\": 147.64,\n        \"TotalTax\": 7.36,\n        \"GrossSales\": 155,\n        \"Discount\": 52.8,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48507\",\n        \"ReportedOn\": \"2022-11-22T16:19:56.190Z\",\n        \"NetSales\": 359.99,\n        \"TotalTax\": 18.01,\n        \"GrossSales\": 378,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39679\",\n        \"ReportedOn\": \"2022-11-22T16:18:48.056Z\",\n        \"NetSales\": 330.5,\n        \"TotalTax\": 16.5,\n        \"GrossSales\": 347,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39678\",\n        \"ReportedOn\": \"2022-11-22T16:15:30.149Z\",\n        \"NetSales\": 666.66,\n        \"TotalTax\": 33.34,\n        \"GrossSales\": 700,\n        \"Discount\": 57.28,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39677\",\n        \"ReportedOn\": \"2022-11-22T16:06:26.730Z\",\n        \"NetSales\": 1496.2,\n        \"TotalTax\": 74.8,\n        \"GrossSales\": 1571,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39676\",\n        \"ReportedOn\": \"2022-11-22T16:05:35.263Z\",\n        \"NetSales\": 160.96,\n        \"TotalTax\": 8.04,\n        \"GrossSales\": 169,\n        \"Discount\": 59.2,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39675\",\n        \"ReportedOn\": \"2022-11-22T16:01:43.954Z\",\n        \"NetSales\": 204.75,\n        \"TotalTax\": 10.25,\n        \"GrossSales\": 215,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39674\",\n        \"ReportedOn\": \"2022-11-22T15:53:36.835Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39673\",\n        \"ReportedOn\": \"2022-11-22T15:53:13.225Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39672\",\n        \"ReportedOn\": \"2022-11-22T15:52:54.092Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39671\",\n        \"ReportedOn\": \"2022-11-22T15:51:58.591Z\",\n        \"NetSales\": 95.25,\n        \"TotalTax\": 4.75,\n        \"GrossSales\": 100,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48506\",\n        \"ReportedOn\": \"2022-11-22T15:49:47.826Z\",\n        \"NetSales\": 194.29,\n        \"TotalTax\": 9.71,\n        \"GrossSales\": 204,\n        \"Discount\": 34.88,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39670\",\n        \"ReportedOn\": \"2022-11-22T15:49:23.015Z\",\n        \"NetSales\": 95.25,\n        \"TotalTax\": 4.75,\n        \"GrossSales\": 100,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39669\",\n        \"ReportedOn\": \"2022-11-22T15:48:03.220Z\",\n        \"NetSales\": 287.6,\n        \"TotalTax\": 14.4,\n        \"GrossSales\": 302,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39668\",\n        \"ReportedOn\": \"2022-11-22T15:43:45.464Z\",\n        \"NetSales\": 303.8,\n        \"TotalTax\": 15.2,\n        \"GrossSales\": 319,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39667\",\n        \"ReportedOn\": \"2022-11-22T15:32:55.549Z\",\n        \"NetSales\": 448.55,\n        \"TotalTax\": 22.45,\n        \"GrossSales\": 471,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39666\",\n        \"ReportedOn\": \"2022-11-22T15:28:52.173Z\",\n        \"NetSales\": 1492.4,\n        \"TotalTax\": 74.6,\n        \"GrossSales\": 1567,\n        \"Discount\": 105,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48505\",\n        \"ReportedOn\": \"2022-11-22T15:25:43.275Z\",\n        \"NetSales\": 659.05,\n        \"TotalTax\": 32.95,\n        \"GrossSales\": 692,\n        \"Discount\": 105,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39665\",\n        \"ReportedOn\": \"2022-11-22T15:21:17.071Z\",\n        \"NetSales\": 359.05,\n        \"TotalTax\": 17.95,\n        \"GrossSales\": 377,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39664\",\n        \"ReportedOn\": \"2022-11-22T15:14:54.666Z\",\n        \"NetSales\": 404.75,\n        \"TotalTax\": 20.25,\n        \"GrossSales\": 425,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39663\",\n        \"ReportedOn\": \"2022-11-22T15:08:08.115Z\",\n        \"NetSales\": 303.8,\n        \"TotalTax\": 15.2,\n        \"GrossSales\": 319,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39662\",\n        \"ReportedOn\": \"2022-11-22T15:01:11.849Z\",\n        \"NetSales\": 180,\n        \"TotalTax\": 9,\n        \"GrossSales\": 189,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39661\",\n        \"ReportedOn\": \"2022-11-22T14:56:20.366Z\",\n        \"NetSales\": 487.6,\n        \"TotalTax\": 24.4,\n        \"GrossSales\": 512,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48504\",\n        \"ReportedOn\": \"2022-11-22T14:52:38.976Z\",\n        \"NetSales\": 601.9,\n        \"TotalTax\": 30.1,\n        \"GrossSales\": 632,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39660\",\n        \"ReportedOn\": \"2022-11-22T14:47:56.507Z\",\n        \"NetSales\": 937.15,\n        \"TotalTax\": 46.85,\n        \"GrossSales\": 984,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39659\",\n        \"ReportedOn\": \"2022-11-22T14:38:40.289Z\",\n        \"NetSales\": 488.55,\n        \"TotalTax\": 24.45,\n        \"GrossSales\": 513,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48503\",\n        \"ReportedOn\": \"2022-11-22T14:34:20.189Z\",\n        \"NetSales\": 176.2,\n        \"TotalTax\": 8.8,\n        \"GrossSales\": 185,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48502\",\n        \"ReportedOn\": \"2022-11-22T14:25:29.047Z\",\n        \"NetSales\": 488.55,\n        \"TotalTax\": 24.45,\n        \"GrossSales\": 513,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48501\",\n        \"ReportedOn\": \"2022-11-22T14:24:43.662Z\",\n        \"NetSales\": 204.75,\n        \"TotalTax\": 10.25,\n        \"GrossSales\": 215,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48500\",\n        \"ReportedOn\": \"2022-11-22T14:23:56.867Z\",\n        \"NetSales\": 407.6,\n        \"TotalTax\": 20.4,\n        \"GrossSales\": 428,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48499\",\n        \"ReportedOn\": \"2022-11-22T14:14:20.614Z\",\n        \"NetSales\": 1111.45,\n        \"TotalTax\": 55.55,\n        \"GrossSales\": 1167,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48498\",\n        \"ReportedOn\": \"2022-11-22T14:12:58.760Z\",\n        \"NetSales\": 314.3,\n        \"TotalTax\": 15.7,\n        \"GrossSales\": 330,\n        \"Discount\": 40,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48497\",\n        \"ReportedOn\": \"2022-11-22T14:08:59.753Z\",\n        \"NetSales\": 339.05,\n        \"TotalTax\": 16.95,\n        \"GrossSales\": 356,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48496\",\n        \"ReportedOn\": \"2022-11-22T14:00:21.885Z\",\n        \"NetSales\": 359.05,\n        \"TotalTax\": 17.95,\n        \"GrossSales\": 377,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48495\",\n        \"ReportedOn\": \"2022-11-22T13:56:06.903Z\",\n        \"NetSales\": 194.3,\n        \"TotalTax\": 9.7,\n        \"GrossSales\": 204,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48494\",\n        \"ReportedOn\": \"2022-11-22T13:50:26.956Z\",\n        \"NetSales\": 344.75,\n        \"TotalTax\": 17.25,\n        \"GrossSales\": 362,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39658\",\n        \"ReportedOn\": \"2022-11-22T13:39:40.421Z\",\n        \"NetSales\": 84.75,\n        \"TotalTax\": 4.25,\n        \"GrossSales\": 89,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39657\",\n        \"ReportedOn\": \"2022-11-22T13:38:56.095Z\",\n        \"NetSales\": 95.25,\n        \"TotalTax\": 4.75,\n        \"GrossSales\": 100,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39656\",\n        \"ReportedOn\": \"2022-11-22T13:37:18.452Z\",\n        \"NetSales\": 207.6,\n        \"TotalTax\": 10.4,\n        \"GrossSales\": 218,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39655\",\n        \"ReportedOn\": \"2022-11-22T13:30:32.405Z\",\n        \"NetSales\": 408.55,\n        \"TotalTax\": 20.45,\n        \"GrossSales\": 429,\n        \"Discount\": 40,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39654\",\n        \"ReportedOn\": \"2022-11-22T13:26:20.329Z\",\n        \"NetSales\": 662.85,\n        \"TotalTax\": 33.15,\n        \"GrossSales\": 696,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39653\",\n        \"ReportedOn\": \"2022-11-22T13:24:42.742Z\",\n        \"NetSales\": 180,\n        \"TotalTax\": 9,\n        \"GrossSales\": 189,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39652\",\n        \"ReportedOn\": \"2022-11-22T13:22:16.197Z\",\n        \"NetSales\": 918.1,\n        \"TotalTax\": 45.9,\n        \"GrossSales\": 964,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39651\",\n        \"ReportedOn\": \"2022-11-22T13:10:34.730Z\",\n        \"NetSales\": 488.55,\n        \"TotalTax\": 24.45,\n        \"GrossSales\": 513,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39650\",\n        \"ReportedOn\": \"2022-11-22T13:06:46.195Z\",\n        \"NetSales\": 255.25,\n        \"TotalTax\": 12.75,\n        \"GrossSales\": 268,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39649\",\n        \"ReportedOn\": \"2022-11-22T13:02:23.582Z\",\n        \"NetSales\": 459.05,\n        \"TotalTax\": 22.95,\n        \"GrossSales\": 482,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39648\",\n        \"ReportedOn\": \"2022-11-22T12:59:02.925Z\",\n        \"NetSales\": 578.1,\n        \"TotalTax\": 28.9,\n        \"GrossSales\": 607,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39647\",\n        \"ReportedOn\": \"2022-11-22T12:56:59.737Z\",\n        \"NetSales\": 108.55,\n        \"TotalTax\": 5.45,\n        \"GrossSales\": 114,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39646\",\n        \"ReportedOn\": \"2022-11-22T12:56:29.060Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39645\",\n        \"ReportedOn\": \"2022-11-22T12:55:08.509Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39644\",\n        \"ReportedOn\": \"2022-11-22T12:54:36.605Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39643\",\n        \"ReportedOn\": \"2022-11-22T12:53:27.913Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39642\",\n        \"ReportedOn\": \"2022-11-22T12:52:21.975Z\",\n        \"NetSales\": 95.25,\n        \"TotalTax\": 4.75,\n        \"GrossSales\": 100,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39641\",\n        \"ReportedOn\": \"2022-11-22T12:50:33.874Z\",\n        \"NetSales\": 703.8,\n        \"TotalTax\": 35.2,\n        \"GrossSales\": 739,\n        \"Discount\": 105,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39640\",\n        \"ReportedOn\": \"2022-11-22T12:46:01.290Z\",\n        \"NetSales\": 408.55,\n        \"TotalTax\": 20.45,\n        \"GrossSales\": 429,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39639\",\n        \"ReportedOn\": \"2022-11-22T12:43:19.142Z\",\n        \"NetSales\": 361.9,\n        \"TotalTax\": 18.1,\n        \"GrossSales\": 380,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39638\",\n        \"ReportedOn\": \"2022-11-22T12:41:59.922Z\",\n        \"NetSales\": 482.85,\n        \"TotalTax\": 24.15,\n        \"GrossSales\": 507,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39637\",\n        \"ReportedOn\": \"2022-11-22T12:41:28.935Z\",\n        \"NetSales\": 290.5,\n        \"TotalTax\": 14.5,\n        \"GrossSales\": 305,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39636\",\n        \"ReportedOn\": \"2022-11-22T12:40:47.167Z\",\n        \"NetSales\": 167.62,\n        \"TotalTax\": 8.379999999999999,\n        \"GrossSales\": 176,\n        \"Discount\": 62.4,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39635\",\n        \"ReportedOn\": \"2022-11-22T12:40:19.322Z\",\n        \"NetSales\": 288.55,\n        \"TotalTax\": 14.45,\n        \"GrossSales\": 303,\n        \"Discount\": 40,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48493\",\n        \"ReportedOn\": \"2022-11-22T12:33:00.326Z\",\n        \"NetSales\": 190.5,\n        \"TotalTax\": 9.5,\n        \"GrossSales\": 200,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39634\",\n        \"ReportedOn\": \"2022-11-22T12:19:33.620Z\",\n        \"NetSales\": 204.75,\n        \"TotalTax\": 10.25,\n        \"GrossSales\": 215,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39633\",\n        \"ReportedOn\": \"2022-11-22T12:12:00.724Z\",\n        \"NetSales\": 494.3,\n        \"TotalTax\": 24.7,\n        \"GrossSales\": 519,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39632\",\n        \"ReportedOn\": \"2022-11-22T12:10:49.451Z\",\n        \"NetSales\": 84.75,\n        \"TotalTax\": 4.25,\n        \"GrossSales\": 89,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39631\",\n        \"ReportedOn\": \"2022-11-22T12:06:44.413Z\",\n        \"NetSales\": 477.12,\n        \"TotalTax\": 23.88,\n        \"GrossSales\": 501,\n        \"Discount\": 119.4,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39630\",\n        \"ReportedOn\": \"2022-11-22T12:03:11.278Z\",\n        \"NetSales\": 602.85,\n        \"TotalTax\": 30.15,\n        \"GrossSales\": 633,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39629\",\n        \"ReportedOn\": \"2022-11-22T12:00:56.671Z\",\n        \"NetSales\": 139.05,\n        \"TotalTax\": 6.95,\n        \"GrossSales\": 146,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48492\",\n        \"ReportedOn\": \"2022-11-22T12:00:02.494Z\",\n        \"NetSales\": 351.45,\n        \"TotalTax\": 17.55,\n        \"GrossSales\": 369,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48491\",\n        \"ReportedOn\": \"2022-11-22T11:56:53.902Z\",\n        \"NetSales\": 324.75,\n        \"TotalTax\": 16.25,\n        \"GrossSales\": 341,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48490\",\n        \"ReportedOn\": \"2022-11-22T11:49:27.720Z\",\n        \"NetSales\": 444.75,\n        \"TotalTax\": 22.25,\n        \"GrossSales\": 467,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39628\",\n        \"ReportedOn\": \"2022-11-22T11:48:33.947Z\",\n        \"NetSales\": 486.67,\n        \"TotalTax\": 24.33,\n        \"GrossSales\": 511,\n        \"Discount\": 62.4,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39627\",\n        \"ReportedOn\": \"2022-11-22T11:43:05.295Z\",\n        \"NetSales\": 155.25,\n        \"TotalTax\": 7.75,\n        \"GrossSales\": 163,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39626\",\n        \"ReportedOn\": \"2022-11-22T11:41:51.467Z\",\n        \"NetSales\": 303.8,\n        \"TotalTax\": 15.2,\n        \"GrossSales\": 319,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39625\",\n        \"ReportedOn\": \"2022-11-22T11:37:33.512Z\",\n        \"NetSales\": 99.05,\n        \"TotalTax\": 4.95,\n        \"GrossSales\": 104,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39624\",\n        \"ReportedOn\": \"2022-11-22T11:32:49.757Z\",\n        \"NetSales\": 224.78,\n        \"TotalTax\": 11.22,\n        \"GrossSales\": 236,\n        \"Discount\": 33.6,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39623\",\n        \"ReportedOn\": \"2022-11-22T11:28:42.331Z\",\n        \"NetSales\": 188.55,\n        \"TotalTax\": 9.45,\n        \"GrossSales\": 198,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39622\",\n        \"ReportedOn\": \"2022-11-22T11:24:17.576Z\",\n        \"NetSales\": 385.69,\n        \"TotalTax\": 19.31,\n        \"GrossSales\": 405,\n        \"Discount\": 42.9,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48489\",\n        \"ReportedOn\": \"2022-11-22T11:21:46.623Z\",\n        \"NetSales\": 872.4,\n        \"TotalTax\": 43.6,\n        \"GrossSales\": 916,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39621\",\n        \"ReportedOn\": \"2022-11-22T11:16:48.357Z\",\n        \"NetSales\": 478.1,\n        \"TotalTax\": 23.9,\n        \"GrossSales\": 502,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48488\",\n        \"ReportedOn\": \"2022-11-22T11:16:08.050Z\",\n        \"NetSales\": 248.55,\n        \"TotalTax\": 12.45,\n        \"GrossSales\": 261,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48487\",\n        \"ReportedOn\": \"2022-11-22T11:06:45.589Z\",\n        \"NetSales\": 354.3,\n        \"TotalTax\": 17.7,\n        \"GrossSales\": 372,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48486\",\n        \"ReportedOn\": \"2022-11-22T10:53:04.907Z\",\n        \"NetSales\": 400.95,\n        \"TotalTax\": 20.05,\n        \"GrossSales\": 421,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48485\",\n        \"ReportedOn\": \"2022-11-22T10:51:49.224Z\",\n        \"NetSales\": 173.32,\n        \"TotalTax\": 8.68,\n        \"GrossSales\": 182,\n        \"Discount\": 26.4,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39620\",\n        \"ReportedOn\": \"2022-11-22T10:39:47.692Z\",\n        \"NetSales\": 374.3,\n        \"TotalTax\": 18.7,\n        \"GrossSales\": 393,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39619\",\n        \"ReportedOn\": \"2022-11-22T10:30:00.665Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39618\",\n        \"ReportedOn\": \"2022-11-22T10:28:44.114Z\",\n        \"NetSales\": 170.5,\n        \"TotalTax\": 8.5,\n        \"GrossSales\": 179,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48484\",\n        \"ReportedOn\": \"2022-11-22T10:27:16.158Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48483\",\n        \"ReportedOn\": \"2022-11-22T10:24:00.774Z\",\n        \"NetSales\": 212.4,\n        \"TotalTax\": 10.6,\n        \"GrossSales\": 223,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48482\",\n        \"ReportedOn\": \"2022-11-22T10:21:49.530Z\",\n        \"NetSales\": 274.3,\n        \"TotalTax\": 13.7,\n        \"GrossSales\": 288,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48481\",\n        \"ReportedOn\": \"2022-11-22T10:16:02.558Z\",\n        \"NetSales\": 370.5,\n        \"TotalTax\": 18.5,\n        \"GrossSales\": 389,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48480\",\n        \"ReportedOn\": \"2022-11-22T10:12:28.402Z\",\n        \"NetSales\": 203.8,\n        \"TotalTax\": 10.2,\n        \"GrossSales\": 214,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39617\",\n        \"ReportedOn\": \"2022-11-22T10:09:44.277Z\",\n        \"NetSales\": 323.8,\n        \"TotalTax\": 16.2,\n        \"GrossSales\": 340,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48479\",\n        \"ReportedOn\": \"2022-11-22T09:58:26.487Z\",\n        \"NetSales\": 310.5,\n        \"TotalTax\": 15.5,\n        \"GrossSales\": 326,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48478\",\n        \"ReportedOn\": \"2022-11-22T09:57:48.105Z\",\n        \"NetSales\": 1001.9,\n        \"TotalTax\": 50.1,\n        \"GrossSales\": 1052,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48477\",\n        \"ReportedOn\": \"2022-11-22T09:57:04.604Z\",\n        \"NetSales\": 385.72,\n        \"TotalTax\": 19.28,\n        \"GrossSales\": 405,\n        \"Discount\": 34.4,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48476\",\n        \"ReportedOn\": \"2022-11-22T09:56:12.060Z\",\n        \"NetSales\": 474.3,\n        \"TotalTax\": 23.7,\n        \"GrossSales\": 498,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39616\",\n        \"ReportedOn\": \"2022-11-22T09:52:56.654Z\",\n        \"NetSales\": 487.6,\n        \"TotalTax\": 24.4,\n        \"GrossSales\": 512,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48475\",\n        \"ReportedOn\": \"2022-11-22T09:41:22.258Z\",\n        \"NetSales\": 595.25,\n        \"TotalTax\": 29.75,\n        \"GrossSales\": 625,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48474\",\n        \"ReportedOn\": \"2022-11-22T09:38:48.212Z\",\n        \"NetSales\": 1414.3,\n        \"TotalTax\": 70.7,\n        \"GrossSales\": 1485,\n        \"Discount\": 40,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48473\",\n        \"ReportedOn\": \"2022-11-22T09:37:54.591Z\",\n        \"NetSales\": 398.1,\n        \"TotalTax\": 19.9,\n        \"GrossSales\": 418,\n        \"Discount\": 40,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48472\",\n        \"ReportedOn\": \"2022-11-22T09:36:50.447Z\",\n        \"NetSales\": 320.95,\n        \"TotalTax\": 16.05,\n        \"GrossSales\": 337,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48471\",\n        \"ReportedOn\": \"2022-11-22T09:33:12.249Z\",\n        \"NetSales\": 1047.6,\n        \"TotalTax\": 52.4,\n        \"GrossSales\": 1100,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48470\",\n        \"ReportedOn\": \"2022-11-22T09:31:07.821Z\",\n        \"NetSales\": 319.05,\n        \"TotalTax\": 15.95,\n        \"GrossSales\": 335,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48469\",\n        \"ReportedOn\": \"2022-11-22T09:29:50.529Z\",\n        \"NetSales\": 354.3,\n        \"TotalTax\": 17.7,\n        \"GrossSales\": 372,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48468\",\n        \"ReportedOn\": \"2022-11-22T09:22:11.459Z\",\n        \"NetSales\": 554.3,\n        \"TotalTax\": 27.7,\n        \"GrossSales\": 582,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48467\",\n        \"ReportedOn\": \"2022-11-22T09:12:30.782Z\",\n        \"NetSales\": 324.75,\n        \"TotalTax\": 16.25,\n        \"GrossSales\": 341,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48466\",\n        \"ReportedOn\": \"2022-11-22T09:11:39.199Z\",\n        \"NetSales\": 308.55,\n        \"TotalTax\": 15.45,\n        \"GrossSales\": 324,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39615\",\n        \"ReportedOn\": \"2022-11-22T09:05:02.740Z\",\n        \"NetSales\": 108.55,\n        \"TotalTax\": 5.45,\n        \"GrossSales\": 114,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39614\",\n        \"ReportedOn\": \"2022-11-22T09:04:17.636Z\",\n        \"NetSales\": 359.05,\n        \"TotalTax\": 17.95,\n        \"GrossSales\": 377,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48465\",\n        \"ReportedOn\": \"2022-11-22T08:59:12.080Z\",\n        \"NetSales\": 204.75,\n        \"TotalTax\": 10.25,\n        \"GrossSales\": 215,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48464\",\n        \"ReportedOn\": \"2022-11-22T08:57:56.406Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48463\",\n        \"ReportedOn\": \"2022-11-22T08:57:44.425Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48462\",\n        \"ReportedOn\": \"2022-11-22T08:53:57.352Z\",\n        \"NetSales\": 303.8,\n        \"TotalTax\": 15.2,\n        \"GrossSales\": 319,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48461\",\n        \"ReportedOn\": \"2022-11-22T08:47:33.218Z\",\n        \"NetSales\": 483.8,\n        \"TotalTax\": 24.2,\n        \"GrossSales\": 508,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48460\",\n        \"ReportedOn\": \"2022-11-22T08:44:17.747Z\",\n        \"NetSales\": 200,\n        \"TotalTax\": 10,\n        \"GrossSales\": 210,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39613\",\n        \"ReportedOn\": \"2022-11-22T08:38:19.689Z\",\n        \"NetSales\": 1203.8,\n        \"TotalTax\": 60.2,\n        \"GrossSales\": 1264,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39612\",\n        \"ReportedOn\": \"2022-11-22T08:31:57.929Z\",\n        \"NetSales\": 234.3,\n        \"TotalTax\": 11.7,\n        \"GrossSales\": 246,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39611\",\n        \"ReportedOn\": \"2022-11-22T08:29:10.387Z\",\n        \"NetSales\": 250.5,\n        \"TotalTax\": 12.5,\n        \"GrossSales\": 263,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48459\",\n        \"ReportedOn\": \"2022-11-22T08:27:38.291Z\",\n        \"NetSales\": 441.89,\n        \"TotalTax\": 22.11,\n        \"GrossSales\": 464,\n        \"Discount\": 40,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39610\",\n        \"ReportedOn\": \"2022-11-22T08:17:11.292Z\",\n        \"NetSales\": 224.75,\n        \"TotalTax\": 11.25,\n        \"GrossSales\": 236,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39609\",\n        \"ReportedOn\": \"2022-11-22T08:14:02.560Z\",\n        \"NetSales\": 248.55,\n        \"TotalTax\": 12.45,\n        \"GrossSales\": 261,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39608\",\n        \"ReportedOn\": \"2022-11-22T08:08:34.841Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48458\",\n        \"ReportedOn\": \"2022-11-22T07:54:02.524Z\",\n        \"NetSales\": 333.32,\n        \"TotalTax\": 16.68,\n        \"GrossSales\": 350,\n        \"Discount\": 60.48,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48457\",\n        \"ReportedOn\": \"2022-11-22T07:41:34.393Z\",\n        \"NetSales\": 595.25,\n        \"TotalTax\": 29.75,\n        \"GrossSales\": 625,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48456\",\n        \"ReportedOn\": \"2022-11-22T07:11:09.905Z\",\n        \"NetSales\": 264.75,\n        \"TotalTax\": 13.25,\n        \"GrossSales\": 278,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48455\",\n        \"ReportedOn\": \"2022-11-22T07:10:11.032Z\",\n        \"NetSales\": 543.8,\n        \"TotalTax\": 27.2,\n        \"GrossSales\": 571,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48454\",\n        \"ReportedOn\": \"2022-11-22T06:56:26.102Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48453\",\n        \"ReportedOn\": \"2022-11-22T06:55:32.068Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39607\",\n        \"ReportedOn\": \"2022-11-22T06:46:13.285Z\",\n        \"NetSales\": 693.35,\n        \"TotalTax\": 34.65,\n        \"GrossSales\": 728,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48452\",\n        \"ReportedOn\": \"2022-11-22T06:31:50.498Z\",\n        \"NetSales\": 421.9,\n        \"TotalTax\": 21.1,\n        \"GrossSales\": 443,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48451\",\n        \"ReportedOn\": \"2022-11-22T06:25:34.729Z\",\n        \"NetSales\": 204.75,\n        \"TotalTax\": 10.25,\n        \"GrossSales\": 215,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T2-39606\",\n        \"ReportedOn\": \"2022-11-22T06:14:57.242Z\",\n        \"NetSales\": 359.05,\n        \"TotalTax\": 17.95,\n        \"GrossSales\": 377,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48450\",\n        \"ReportedOn\": \"2022-11-22T06:10:52.509Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48449\",\n        \"ReportedOn\": \"2022-11-22T06:02:11.968Z\",\n        \"NetSales\": 0,\n        \"TotalTax\": 0,\n        \"GrossSales\": 0,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48448\",\n        \"ReportedOn\": \"2022-11-22T05:52:03.266Z\",\n        \"NetSales\": 283.8,\n        \"TotalTax\": 14.2,\n        \"GrossSales\": 298,\n        \"Discount\": 0,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48447\",\n        \"ReportedOn\": \"2022-11-22T05:47:58.796Z\",\n        \"NetSales\": 260.95,\n        \"TotalTax\": 13.05,\n        \"GrossSales\": 274,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    },\n    {\n        \"InvoiceNumber\": \"T1-48446\",\n        \"ReportedOn\": \"2022-11-22T05:47:15.179Z\",\n        \"NetSales\": 180,\n        \"TotalTax\": 9,\n        \"GrossSales\": 189,\n        \"Discount\": 64,\n        \"ReturnValue\": 0\n    }\n]"}],"_postman_id":"710c4807-1395-4833-8e01-18f5e9b1812b"}],"id":"ca9ea9c0-36e4-4b8b-a076-415a9e6c782e","description":"<p>The Restroworks Data Integration API is a comprehensive and user-friendly solution tailored for the restaurant industry, simplifying the process of integrating, consolidating, and managing data from various sources The API enables streamlined data ingestion, transformation, and synchronization, empowering businesses to harness insights and improve efficiency.</p>\n<p>Key Features:</p>\n<ol>\n<li><p>Restaurant-centric data formats: Seamlessly integrate data from diverse sources</p>\n</li>\n<li><p>Data transformation and enrichment: Clean, normalize, and enhance data with industry-specific functions, including menu categorization, sales aggregation, and customer segmentation.</p>\n</li>\n</ol>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"09fbcfb0-0675-459a-a24c-b1ca9f5b12a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f213b708-5a7f-46e9-88cf-77eed852437d","type":"text/javascript","exec":[""]}}],"_postman_id":"ca9ea9c0-36e4-4b8b-a076-415a9e6c782e"},{"name":"Online Order","item":[{"name":"Get Outlet Tabs","id":"3e166434-b0ed-4015-b0ac-7d9de4083cb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://18.140.214.202:9010/api/v1/online_order/deployment_tabs?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"<p>To fetch the live menu from Restroworks first we have to get the tab type (Tab means Order Type Dine In / Takeaway / Delivery).</p>\n<p>Restroworks customers have the provision that they can keep a different menu for takeaway and delivery as well. For that to fetch the menu first you have to identify the available tab type for the outlets. Once you get the details, only fetch the menu for Takeaway and Delivery. Sample Request and Response is shown below.</p>\n<h4 id=\"api-request-to-get-tabs-\">API Request to get tabs-</h4>\n<p><strong>Staging URL :</strong></p>\n<p><code>GET http://18.140.214.202:9010/api/v1/online_order/deployment_tabs?customer_key=</code></p>\n<p><strong>Production URL :</strong></p>\n<p><code>GET http://posistapi.com/api/v1/online_order/deployment_tabs?customer_key=</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","name":"Online Order","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","online_order","deployment_tabs"],"host":["18","140","214","202"],"query":[{"description":{"content":"<p>Unqiue External Deployment Id (String)</p>\n","type":"text/plain"},"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[{"id":"87efd7cd-1ff7-4566-b276-87772dd4551d","name":"Get Outlet Tabs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic <<AUTH_KEY>>","type":"text"}],"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/deployment_tabs?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","deployment_tabs"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"Unqiue External Deployment Id (String)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DEL"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"228"},{"key":"etag","value":"\"305817074\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 07 Sep 2020 11:02:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5e543d1057b8843741c6d992\",\n        \"tabType\": \"table\",\n        \"tabName\": \"Dine In\"\n    },\n    {\n        \"_id\": \"5e543d1557b8843741c6d993\",\n        \"tabType\": \"delivery\",\n        \"tabName\": \"Delivery\"\n    },\n    {\n        \"_id\": \"5e543d1c57b8843741c6d994\",\n        \"tabType\": \"take_out\",\n        \"tabName\": \"Take Out\"\n    }\n]"}],"_postman_id":"3e166434-b0ed-4015-b0ac-7d9de4083cb9"},{"name":"Menu Sync API","id":"02b88039-ad4e-44a6-8654-08e948ccaa4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://18.140.214.202:9010/api/v1/online_order/menu?tabtype=delivery&customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>&lastSyncTime=Epoch Timestamp&currentSyncTime=Epoch Timestamp&tabId=<TABID>","description":"<p>Now to fetch the live menu for Outlets users can follow the below request and can get the response for the same according to that they can make the menu live on their online ordering platform.<br /></p>\n\n<p><strong>Response Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td></td>\n<td>String</td>\n<td>The item Id of the item / category / taxes etc</td>\n<td>\"5f9d221325a1dfd30d458834\"</td>\n</tr>\n<tr>\n<td>description</td>\n<td></td>\n<td>String</td>\n<td>Description of the item if mentioned</td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td>name</td>\n<td></td>\n<td>String</td>\n<td>Name of the item</td>\n<td>\"Add On 7 UP Reg\"</td>\n</tr>\n<tr>\n<td>category</td>\n<td>_id</td>\n<td>String</td>\n<td>Unique Id of the category</td>\n<td>\"5f9d1e3a85db0d877e5f5973\"</td>\n</tr>\n<tr>\n<td>category</td>\n<td>name</td>\n<td>String</td>\n<td>Name of the category</td>\n<td>\"ADD ON REGULAR BEVERAGES\"</td>\n</tr>\n<tr>\n<td>category</td>\n<td>superCategoryName</td>\n<td>String</td>\n<td>Name of the super category in the menu</td>\n<td>\"16 NON ALCOHOLIC BEVERAGES\"</td>\n</tr>\n<tr>\n<td>category</td>\n<td>superCategoryId</td>\n<td>String</td>\n<td>Unique Id of the super category</td>\n<td>\"5f9d1e398aa100af7e106a9f\"</td>\n</tr>\n<tr>\n<td>category</td>\n<td>isAddOn</td>\n<td>Boolean</td>\n<td>If the associated category is an Add on/ Modifier category</td>\n<td>true</td>\n</tr>\n<tr>\n<td>category</td>\n<td>isCombo</td>\n<td>Boolean</td>\n<td>If the associated category is a combo category</td>\n<td>false</td>\n</tr>\n<tr>\n<td>category</td>\n<td>notInWeb</td>\n<td>Boolean</td>\n<td>If the category is meant for the online platform or not</td>\n<td>false</td>\n</tr>\n<tr>\n<td>category</td>\n<td>isLiquor</td>\n<td>Boolean</td>\n<td>If the associated item is a liquor item or not</td>\n<td>false</td>\n</tr>\n<tr>\n<td>category</td>\n<td>notInBilling</td>\n<td>Boolean</td>\n<td>if the items is not meant for sold seperately in the billing and only available inside the combo</td>\n<td>false</td>\n</tr>\n<tr>\n<td>category</td>\n<td>addOnAsNormalItem</td>\n<td>Boolean</td>\n<td>If the category is an Add on item but can also be treated as a normal item</td>\n<td>true</td>\n</tr>\n<tr>\n<td>rate</td>\n<td></td>\n<td>Number</td>\n<td>Item price</td>\n<td>60</td>\n</tr>\n<tr>\n<td>mapAddonItems</td>\n<td>category._id</td>\n<td>String</td>\n<td>Unique Id of the category for mapped Addon Items</td>\n<td>\"5f9d1e3a85db0d877e5f595a\"</td>\n</tr>\n<tr>\n<td>mapAddonItems</td>\n<td>category.categoryName</td>\n<td>String</td>\n<td>Name of the category for mapped Addon Items</td>\n<td>\"MEAL FOR 2 VEG\"</td>\n</tr>\n<tr>\n<td>mapAddonItems</td>\n<td>name</td>\n<td>String</td>\n<td>Name of the mapped Addon Item</td>\n<td>\"VEGSTAR WRAP MF 2\"</td>\n</tr>\n<tr>\n<td>mapAddonItems</td>\n<td>_id</td>\n<td>String</td>\n<td>Id of the mapped Addon Item</td>\n<td>\"5f9d2213d539a76b0d57a2ca\"</td>\n</tr>\n<tr>\n<td>mapAddonItems</td>\n<td>baseItem</td>\n<td>String</td>\n<td>Base Item id which stays same across the deployments</td>\n<td>\"5f9d1e3d85db0d877e5f59a3\"</td>\n</tr>\n<tr>\n<td>mapComboItems</td>\n<td></td>\n<td>Array</td>\n<td>Not in use</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>cascadingTaxes</td>\n<td>Array</td>\n<td>Govt. levies on taxes</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>removeFromBilling</td>\n<td>Boolean</td>\n<td>Not to be used, for internal use</td>\n<td>false</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>isAggregator</td>\n<td>Boolean</td>\n<td>Applicable for the aggregators who takes the liability to pay the tax</td>\n<td>false</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>isCharge</td>\n<td>Boolean</td>\n<td>If this is a charge or not</td>\n<td>false</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>taxCode</td>\n<td>Null</td>\n<td>Not to be used, for internal use</td>\n<td>null</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>isNonRemovable</td>\n<td>Boolean</td>\n<td>If this tax can't be removed from the final Bill</td>\n<td>false</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>isGSTOSC</td>\n<td>Boolean</td>\n<td>If this is a GST (Indian Tax) applicable on Service Charge</td>\n<td>false</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>isGST</td>\n<td>Boolean</td>\n<td>If this is a Goods and Service Tax</td>\n<td>true</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>_id</td>\n<td>String</td>\n<td>Unique Id of the tax</td>\n<td>\"5f9d21a25cd7638c0ccbafa3\"</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>value</td>\n<td>Number</td>\n<td>Value of the tax</td>\n<td>5</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>baseTax</td>\n<td>String</td>\n<td>Tax id which stays same across deployments</td>\n<td>\"5f9d213f4fb196520bd7ad52\"</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>type</td>\n<td>String</td>\n<td>Whether the tax is fixed tax or percentage</td>\n<td>\"percentage\"</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>name</td>\n<td>String</td>\n<td>Name of the tax</td>\n<td>\"GST@5%\"</td>\n</tr>\n<tr>\n<td>count</td>\n<td></td>\n<td>Number</td>\n<td>Not to be used, for internal use</td>\n<td>0</td>\n</tr>\n<tr>\n<td>number</td>\n<td></td>\n<td>String</td>\n<td>Item number</td>\n<td>\"16029\"</td>\n</tr>\n<tr>\n<td>isNonVeg</td>\n<td></td>\n<td>Boolean</td>\n<td>If the item is a non-veg item</td>\n<td>false</td>\n</tr>\n<tr>\n<td>configuration</td>\n<td></td>\n<td>Null</td>\n<td>Additional configuration applicable for the combo item</td>\n<td>null</td>\n</tr>\n<tr>\n<td>hasVariant</td>\n<td></td>\n<td>Boolean</td>\n<td>If there are any variants to the main item</td>\n<td>false</td>\n</tr>\n<tr>\n<td>variants</td>\n<td></td>\n<td>Array</td>\n<td>Child items for the parent Variant Items</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>nutritions</td>\n<td></td>\n<td>Array</td>\n<td>Not to be used, for internal use</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>aliasName</td>\n<td></td>\n<td>String</td>\n<td>Alternate name of the item to show on the online platform</td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td>aliasDescription</td>\n<td></td>\n<td>String</td>\n<td>Alternate description of the item to show on the online platform</td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td>baseItem</td>\n<td></td>\n<td>String</td>\n<td>Item id which stays same across the deployments</td>\n<td>\"5f9d1e410df850ea2348d746\"</td>\n</tr>\n<tr>\n<td>item</td>\n<td></td>\n<td>String</td>\n<td>Unique Id of the item</td>\n<td>\"5f9d1ed44fa0e8e97d9ddc9f\"</td>\n</tr>\n<tr>\n<td>activeStatus</td>\n<td>tabId</td>\n<td>String</td>\n<td>Unique Tab id used to identify the tabs created</td>\n<td>\"5f9d20fc39eb9ef30a0cff32\"</td>\n</tr>\n<tr>\n<td>activeStatus</td>\n<td>tabName</td>\n<td>String</td>\n<td>Name of the tab</td>\n<td>\"DELIVERY\"</td>\n</tr>\n<tr>\n<td>activeStatus</td>\n<td>isDeleted</td>\n<td>Number</td>\n<td>Indicates that the item is deactivated for the online platform</td>\n<td>0</td>\n</tr>\n<tr>\n<td>mapAddonItems</td>\n<td>category</td>\n<td>Object</td>\n<td>Contains information about the category of the addon item</td>\n<td>See nested keys below</td>\n</tr>\n<tr>\n<td>mapAddonItems.category</td>\n<td>_id</td>\n<td>String</td>\n<td>Unique Id of the category</td>\n<td>\"5f9d1e3a85db0d877e5f595a\"</td>\n</tr>\n<tr>\n<td>mapAddonItems.category</td>\n<td>categoryName</td>\n<td>String</td>\n<td>Name of the category</td>\n<td>\"MEAL FOR 2 VEG\"</td>\n</tr>\n<tr>\n<td>mapAddonItems</td>\n<td>name</td>\n<td>String</td>\n<td>Name of the addon item</td>\n<td>\"VEGSTAR WRAP MF 2\"</td>\n</tr>\n<tr>\n<td>mapAddonItems</td>\n<td>_id</td>\n<td>String</td>\n<td>Unique Id of the addon item</td>\n<td>\"5f9d2213d539a76b0d57a2ca\"</td>\n</tr>\n<tr>\n<td>mapAddonItems</td>\n<td>baseItem</td>\n<td>String</td>\n<td>Base item id which stays same across deployments</td>\n<td>\"5f9d1e3d85db0d877e5f59a3\"</td>\n</tr>\n<tr>\n<td>mapComboItems</td>\n<td></td>\n<td>Array</td>\n<td>Not in use</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>variants</td>\n<td></td>\n<td>Array</td>\n<td>Contains the child items for the parent item</td>\n<td>See nested keys below</td>\n</tr>\n<tr>\n<td>variants</td>\n<td>name</td>\n<td>String</td>\n<td>Name of the variant</td>\n<td>\"Paneer Khurchan Half\"</td>\n</tr>\n<tr>\n<td>variants</td>\n<td>baseItem</td>\n<td>String</td>\n<td>Item id which stays the same across deployments</td>\n<td>\"61c2eaed5c6ef966102a889b\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 1: configuration &gt; rules</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>noRange</td>\n<td>Boolean</td>\n<td>Indicates if there is no range</td>\n<td>true</td>\n</tr>\n<tr>\n<td>allDaysValid</td>\n<td>Boolean</td>\n<td>Valid for all days</td>\n<td>true</td>\n</tr>\n<tr>\n<td>taxAsItem</td>\n<td>Boolean</td>\n<td>Tax treated as an item</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 2: configuration &gt; entities</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name of the entity</td>\n<td>\"Combo New\"</td>\n</tr>\n<tr>\n<td>maxQuantity</td>\n<td>Integer</td>\n<td>Maximum quantity allowed</td>\n<td>2</td>\n</tr>\n<tr>\n<td>minQuantity</td>\n<td>Integer</td>\n<td>Minimum quantity allowed</td>\n<td>1</td>\n</tr>\n<tr>\n<td>itemMaxQuantity</td>\n<td>Integer</td>\n<td>Maximum quantity of an item</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 3: configuration &gt; entities &gt; levels</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name of the level configuration</td>\n<td>\"base\"</td>\n</tr>\n<tr>\n<td>priceChange</td>\n<td>Integer</td>\n<td>Change in price</td>\n<td>0</td>\n</tr>\n<tr>\n<td>differentialPrice</td>\n<td>Boolean</td>\n<td>Indicates if price is differential</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 4: configuration &gt; entities &gt; levels &gt; categories</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>ID of the category</td>\n<td>\"63e9ea0354b1192e40a3703f\"</td>\n</tr>\n<tr>\n<td>categoryName</td>\n<td>String</td>\n<td>Name of the category</td>\n<td>\"Dosas\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 5: configuration &gt; entities &gt; levels &gt; categories &gt; items</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name of the item</td>\n<td>\"Plan Dosa\"</td>\n</tr>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>ID of the item</td>\n<td>\"63fc53b2b8096cb410ede198\"</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>String</td>\n<td>ID of the category</td>\n<td>\"63e9ea0354b1192e40a3703f\"</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Integer</td>\n<td>Rate of the item</td>\n<td>100</td>\n</tr>\n<tr>\n<td>baseItem</td>\n<td>String</td>\n<td>ID of the base item associated</td>\n<td>\"63fc4e3a0f5c7065148be52a\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 6: configuration &gt; rules &gt; date</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>noRange</td>\n<td>Boolean</td>\n<td>Indicates if there is no range</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7: configuration &gt; rules &gt; time</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>noRange</td>\n<td>Boolean</td>\n<td>Indicates if there is no range</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8: configuration &gt; rules &gt; days</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>days</td>\n<td>Array</td>\n<td>Array of integers representing days</td>\n<td>[0, 1, 2, 3, 4, 5, 6]</td>\n</tr>\n</tbody>\n</table>\n</div><p>Restroworks supports four types of menu items:</p>\n<ol>\n<li><strong>Normal Items</strong></li>\n<li><strong>Modifiers / Add-ons</strong></li>\n<li><strong>Variant Items</strong></li>\n<li><strong>Combo Items</strong></li>\n</ol>\n<h3 id=\"normal-items\">Normal Items</h3>\n<p>Normal items, also known as basic items, are standalone items that do not have any modifiers or variants attached to them. These items can be ordered directly from the ordering platform and are not customizable.</p>\n<h3 id=\"modifiers--add-ons\">Modifiers / Add-ons</h3>\n<p>Modifiers or add-ons refer to items that are offered as additional enhancements to the main items. Examples include extra cheese on a burger or extra toppings on a pizza.</p>\n<h3 id=\"variant-items\">Variant Items</h3>\n<p>Variant items are items that have specific sizes mapped to them. For example, a pizza may be available in three different sizes: regular, medium, and large. In this case, regular, medium, and large are the variant items for the pizza. The field <code>hasVariant</code> in the payload helps you identify the item as a variant item, and <code>mapVariantItems</code> provides the list of items mapped to the main item.</p>\n<h3 id=\"combo-items\">Combo Items</h3>\n<p>Combo items are a group of categories combined together and sold at a discounted price compared to the added amount of those items individually.</p>\n<h4 id=\"types-of-combos-supported-by-restroworks\">Types of Combos Supported by Restroworks</h4>\n<p>Restroworks supports two types of combos: Basic Combos and Combos with an Upgrade Option.</p>\n<p><strong>Basic Combos:</strong> Basic combos refer to combo items in which multiple categories are clubbed together with different groups. For example, a combo named \"Value Meal\" offers a customer the option to choose from three groups: Burgers, Sides, and Beverages.</p>\n<p>Refer to the following flow for a detailed understanding of basic combos:</p>\n<img src=\"https://content.pstmn.io/57a79554-b905-4ef8-bcba-e11507c19ee4/U2NyZWVuc2hvdCAyMDIzLTA0LTE5IGF0IDUuMjYuMDYgUE0ucG5n\" width=\"1308\" height=\"770\" />\n\n<p>In the above example:</p>\n<ul>\n<li><strong>Value Meal</strong>: This is the name of the combo item.</li>\n<li><strong>Burger, Sides, Beverages</strong>: These are the groups that the customer will choose from.</li>\n<li><strong>Classic burgers…soft drinks</strong>: These are the categories from the respective group to select from.</li>\n<li><strong>Below categories, we have the items.</strong></li>\n</ul>\n<p>A possible combo item here can be: Egg Fry Burger + Crinkle Fries + Pepsi. There can be different permutations and combinations based on the available items.</p>\n<h3 id=\"combos-with-upgrade-functionality\">Combos with Upgrade Functionality</h3>\n<p>Combos with upgrade functionality are items that offer the possibility to upgrade some of the items to a different category while still providing the customer with a profitable deal. This allows for more customization within the combo and an enhanced customer experience.</p>\n<img src=\"https://content.pstmn.io/428d4dc9-512d-437e-b67b-26e5e7100085/U2NyZWVuc2hvdCAyMDIzLTA0LTE5IGF0IDUuMjcuMjEgUE0ucG5n\" width=\"1286\" height=\"758\" />\n\n<p>In the above example, suppose the customer is offered the option to upgrade the combo from Beverages to Shakes:</p>\n<p>The possible combo in this case would be:</p>\n<ul>\n<li>Egg Fry Burger + Crinkle Fries + Shake</li>\n</ul>\n<h4 id=\"how-does-upgrade-affect-the-price-of-the-combo\">How Does Upgrade Affect the Price of the Combo?</h4>\n<p>When a merchant offers an upgrade to the customer, it affects the main price of the item. This could be a fixed change or a proportionate change.</p>\n<p><strong>How does</strong> Restroworks <strong>handle this price change?</strong></p>\n<p>Restroworks offers two functionalities:</p>\n<ol>\n<li>Price Change</li>\n<li>Differential Price</li>\n</ol>\n<p><strong>What is Price Change?</strong></p>\n<p>Price Change occurs when the price of the combo changes by a fixed amount over the main combo price. For example, in the first example, the price of the combo was:</p>\n<ul>\n<li>Egg Fry Burger + Crinkle Fries + Pepsi - Rs. 400 (If the combo is upgraded, then the price will change by Rs. 50)</li>\n</ul>\n<p>When the combo is upgraded to:</p>\n<ul>\n<li>Egg Fry Burger + Crinkle Fries + Shake</li>\n</ul>\n<p>With the Price Change functionality enabled, the updated price will be Rs. 450, which will be sent by the partner.</p>\n<p><strong>What is Differential Price?</strong></p>\n<p>Differential Price refers to the price change where the base price of the combo changes with respect to the upgraded item. Instead of a fixed amount, the price adjustment is based on the difference in price between the original and upgraded items, allowing for more flexibility in pricing when offering upgrades.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","name":"Online Order","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","online_order","menu"],"host":["18","140","214","202"],"query":[{"description":{"content":"<p>Tab Type (String)</p>\n","type":"text/plain"},"key":"tabtype","value":"delivery"},{"description":{"content":"<p>Unqiue External Deployment Id (String)</p>\n","type":"text/plain"},"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"},{"description":{"content":"<p>The last date-time when you synced the menu items.</p>\n","type":"text/plain"},"key":"lastSyncTime","value":"Epoch Timestamp"},{"description":{"content":"<p>The current date-time of your server. Only items that have been updated, added or deleted before currentSyncTime and after lastSyncTime will be returned. Deleted items will also have a flag isDeleted:true.</p>\n","type":"text/plain"},"key":"currentSyncTime","value":"Epoch Timestamp"},{"description":{"content":"<p>ID of the tab from outlet tabs API</p>\n","type":"text/plain"},"key":"tabId","value":"<TABID>"}],"variable":[]}},"response":[{"id":"3d1039ee-4926-409c-ae2d-d92a12953b20","name":"Menu Sync API","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic <<AUTH_KEY>>","type":"text"}],"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/menu?tabtype=delivery&customer_key=149bb52fe05b0d8ef9ed13913ed2034d84056f9d661e6a841dc1bfec7451708e174c2b18f8ddb9e7a03fcd2d63b45939","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","menu"],"query":[{"key":"tabtype","value":"delivery","description":"Tab Type (String)"},{"key":"customer_key","value":"149bb52fe05b0d8ef9ed13913ed2034d84056f9d661e6a841dc1bfec7451708e174c2b18f8ddb9e7a03fcd2d63b45939","description":"Unqiue External Deployment Id (String)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DEL"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"content-type","value":"application/json"},{"key":"etag","value":"\"-169436224\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 07 Sep 2020 11:01:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5e543d9557b8843741c6d9af\",\n        \"description\": \"Crushed Iced, Lemon juice, Iced Tea\",\n        \"name\": \"Lemon Ice Tea\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f6\",\n            \"name\": \"Beverages\",\n            \"superCategoryName\": \"Beverages\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f5\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 22,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"19\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d93b\",\n        \"item\": \"5e543ce857b8843741c6d96c\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b0\",\n        \"description\": \"\",\n        \"name\": \"Coke Zero\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f6\",\n            \"name\": \"Beverages\",\n            \"superCategoryName\": \"Beverages\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f5\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 8,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"23\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d940\",\n        \"item\": \"5e543ce857b8843741c6d971\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b1\",\n        \"description\": \"Freshly prepared Lemon & Mint\",\n        \"name\": \"Fresh Lemon & Mint\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f6\",\n            \"name\": \"Beverages\",\n            \"superCategoryName\": \"Beverages\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f5\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"20\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d93d\",\n        \"item\": \"5e543ce857b8843741c6d96e\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b2\",\n        \"description\": \"\",\n        \"name\": \"Arwa Water (500Ml)\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f6\",\n            \"name\": \"Beverages\",\n            \"superCategoryName\": \"Beverages\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f5\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 5,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"21\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d93e\",\n        \"item\": \"5e543ce857b8843741c6d96f\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b3\",\n        \"description\": \"\",\n        \"name\": \"Sprite\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f6\",\n            \"name\": \"Beverages\",\n            \"superCategoryName\": \"Beverages\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f5\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 8,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"24\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d941\",\n        \"item\": \"5e543ce857b8843741c6d972\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b4\",\n        \"description\": \"\",\n        \"name\": \"Fanta\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f6\",\n            \"name\": \"Beverages\",\n            \"superCategoryName\": \"Beverages\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f5\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 8,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"45\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d958\",\n        \"item\": \"5e543ce857b8843741c6d97d\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b5\",\n        \"description\": \"\",\n        \"name\": \"Coca Cola\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f6\",\n            \"name\": \"Beverages\",\n            \"superCategoryName\": \"Beverages\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f5\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 8,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"22\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d93f\",\n        \"item\": \"5e543ce857b8843741c6d970\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b6\",\n        \"description\": \"Traditional Gnocchi with Creamy Pesto Sauce\",\n        \"name\": \"Gnocchi Pesto\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f4\",\n            \"name\": \"Pasta\",\n            \"superCategoryName\": \"Pasta\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f3\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 44,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"32\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d94a\",\n        \"item\": \"5e543ce857b8843741c6d977\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b7\",\n        \"description\": \"Traditional gnocchi, with creamy truffle sauce\",\n        \"name\": \"Gnocchi Truffle\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f4\",\n            \"name\": \"Pasta\",\n            \"superCategoryName\": \"Pasta\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f3\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 44,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"18\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d93a\",\n        \"item\": \"5e543ce857b8843741c6d96b\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b8\",\n        \"description\": \"Homemade meatballs, mozzarella, parmesan, oregano\",\n        \"name\": \"Italian Meatball\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 38,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"16\",\n        \"isNonVeg\": true,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d938\",\n        \"item\": \"5e543ce857b8843741c6d969\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9b9\",\n        \"description\": \"Grilled Beef strips with sauteed onions, peppers, chipotle mayo and cheddar sauce\",\n        \"name\": \"Chipotle Cheesesteak\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 38,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"44\",\n        \"isNonVeg\": true,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d957\",\n        \"item\": \"5e543ce857b8843741c6d97c\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9ba\",\n        \"description\": \"Tomato sauce, ricotta, mozzarella, Italian salami, oregano\",\n        \"name\": \"Salami Melt\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 38,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"13\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d935\",\n        \"item\": \"5e543ce857b8843741c6d966\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9bb\",\n        \"description\": \"Sun-dried tomato pesto, oven roast vegetables, oregano, Halloumi (sliced) & basil pesto\",\n        \"name\": \"Halloumi & Roast Vegetables\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 38,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"34\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d94c\",\n        \"item\": \"5e543ce857b8843741c6d97a\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9bc\",\n        \"description\": \"Creamy pesto sauce, mozzarella, chicken, sun-dried tomatoes\",\n        \"name\": \"Chicken, Mozzarella, Pesto\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 38,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"15\",\n        \"isNonVeg\": true,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d937\",\n        \"item\": \"5e543ce857b8843741c6d968\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9bd\",\n        \"description\": \"Fried chicken strips, caramelised onion, BBQ sauce, jalapeno, mozzarella\",\n        \"name\": \"Fire Chicken BBQ\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 38,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"14\",\n        \"isNonVeg\": true,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d936\",\n        \"item\": \"5e543ce857b8843741c6d967\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9be\",\n        \"description\": \"Sliced tomato, fresh buffalo mozzarella, homemade pesto, fresh basil\",\n        \"name\": \"Tomato & Mozzarella\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 38,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"12\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d934\",\n        \"item\": \"5e543ce857b8843741c6d965\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9bf\",\n        \"description\": \"Bresaola, ricotta, mozzarella, sumac, fresh rocket\",\n        \"name\": \"Bresaola & Ricotta\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 38,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"17\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d939\",\n        \"item\": \"5e543ce857b8843741c6d96a\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9c0\",\n        \"description\": \"Homemade Butter Chicken with Creamy Burrata\",\n        \"name\": \"Butter Chicken & Burrata\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 38,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"33\",\n        \"isNonVeg\": true,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d94b\",\n        \"item\": \"5e543ce857b8843741c6d979\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9c1\",\n        \"description\": \"Pasta salad with penne, roast chicken, sweetcorn, olives, sundried tomato, rocket, parmesan, Italian dressing\",\n        \"name\": \"Italian Chicken Pasta\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d901\",\n            \"name\": \"Fresh Salads\",\n            \"superCategoryName\": \"Fresh Salads\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f9\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 36,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"7\",\n        \"isNonVeg\": true,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d95e\",\n        \"item\": \"5e543ce857b8843741c6d981\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9c2\",\n        \"description\": \"Italian mixed greens, beetroot, walnuts, sundried tomato, sweetcorn, avocado spring onion, goat cheese crostini, Sweet Balsamic dressing\",\n        \"name\": \"Portofino\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d901\",\n            \"name\": \"Fresh Salads\",\n            \"superCategoryName\": \"Fresh Salads\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f9\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 36,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"6\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d95d\",\n        \"item\": \"5e543ce857b8843741c6d980\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9c3\",\n        \"description\": \"Freshly prepared with Italian mixed greens, cherry tomato, cucumber, sliced onion and classic Italian dressing\",\n        \"name\": \"Insalata Verde\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d901\",\n            \"name\": \"Fresh Salads\",\n            \"superCategoryName\": \"Fresh Salads\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f9\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 28,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"8\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543beb57b8843741c6d95f\",\n        \"item\": \"5e543ce857b8843741c6d982\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d999\",\n        \"description\": \"Sweet & crispy fries, served with a tangy Sweet Chili dip\",\n        \"name\": \"Sweet Potato Fries\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f0\",\n            \"name\": \"Appetizers\",\n            \"superCategoryName\": \"Appetizers\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8ef\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"3\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d947\",\n        \"item\": \"5e543ce857b8843741c6d976\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d99a\",\n        \"description\": \"Juicy, tender and succulent chicken strips. Served with a BBQ dip\",\n        \"name\": \"Chicken Strips\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f0\",\n            \"name\": \"Appetizers\",\n            \"superCategoryName\": \"Appetizers\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8ef\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 28,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"4\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d952\",\n        \"item\": \"5e543ce857b8843741c6d97b\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d99b\",\n        \"description\": \"Crispy fried potato wedges, lightly seasoned. Served with a smoky BBQ dip\",\n        \"name\": \"Potato Wedges\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f0\",\n            \"name\": \"Appetizers\",\n            \"superCategoryName\": \"Appetizers\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8ef\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"5\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d95c\",\n        \"item\": \"5e543ce857b8843741c6d97f\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9c4\",\n        \"description\": \"White quinoa, feta, olives, pine nuts, cherry tomato, fresh rocket, Italian lime dressing\",\n        \"name\": \"Quinoa Greco\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d901\",\n            \"name\": \"Fresh Salads\",\n            \"superCategoryName\": \"Fresh Salads\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f9\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 36,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"9\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543beb57b8843741c6d960\",\n        \"item\": \"5e543ce857b8843741c6d983\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9c5\",\n        \"description\": \"Homemade classic Italian tomato soup, with basil\",\n        \"name\": \"Tomato Soup\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f0\",\n            \"name\": \"Appetizers\",\n            \"superCategoryName\": \"Appetizers\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8ef\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 26,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"10\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d933\",\n        \"item\": \"5e543ce857b8843741c6d964\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9c6\",\n        \"description\": \"Mini breaded mozzarella bites, served with a tomato salsa dip\",\n        \"name\": \"Mozzarella Balls\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f0\",\n            \"name\": \"Appetizers\",\n            \"superCategoryName\": \"Appetizers\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8ef\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 24,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"1\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d932\",\n        \"item\": \"5e543ce857b8843741c6d963\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9557b8843741c6d9c7\",\n        \"description\": \"Rice balls stuffed with mozzarella and tomato, breaded and fried. Served with a Marie Rose dip\",\n        \"name\": \"Arancini\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f0\",\n            \"name\": \"Appetizers\",\n            \"superCategoryName\": \"Appetizers\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8ef\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 29,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"2\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d93c\",\n        \"item\": \"5e543ce857b8843741c6d96d\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d99c\",\n        \"description\": \"\",\n        \"name\": \"Potato Wedges+Sprite\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fb\",\n            \"name\": \"Addon Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"41\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d954\",\n        \"item\": \"5e543ce857b8843741c6d986\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d99d\",\n        \"description\": \"\",\n        \"name\": \"Sweet Potato Fries+Fanta\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fb\",\n            \"name\": \"Addon Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"42\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d955\",\n        \"item\": \"5e543ce857b8843741c6d985\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d99e\",\n        \"description\": \"\",\n        \"name\": \"Sweet Potato Fries+Sprite\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fb\",\n            \"name\": \"Addon Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"40\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d953\",\n        \"item\": \"5e543ce857b8843741c6d987\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d99f\",\n        \"description\": \"\",\n        \"name\": \"Potato Wedges+Fanta\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fb\",\n            \"name\": \"Addon Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"43\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d956\",\n        \"item\": \"5e543ce857b8843741c6d988\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a0\",\n        \"description\": \"\",\n        \"name\": \"Potato Wedges+Coca Cola\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fb\",\n            \"name\": \"Addon Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"39\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d951\",\n        \"item\": \"5e543ce857b8843741c6d984\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a1\",\n        \"description\": \"\",\n        \"name\": \"Potato Wedges+Arwa Water\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fb\",\n            \"name\": \"Addon Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            },\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9a57b8843741c6d900\",\n                    \"categoryName\": \"Combo\"\n                },\n                \"name\": \"Talabat 3 Panuozzos @ AED99\",\n                \"_id\": \"5e543d9457b8843741c6d9ad\",\n                \"baseItem\": \"5e543bea57b8843741c6d95a\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"37\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d94f\",\n        \"item\": \"5e543ce857b8843741c6d98c\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a2\",\n        \"description\": \"\",\n        \"name\": \"Sweet Potato Fries+Coca Cola\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fb\",\n            \"name\": \"Addon Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"38\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d950\",\n        \"item\": \"5e543ce857b8843741c6d991\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a3\",\n        \"description\": \"\",\n        \"name\": \"Sweet Potato Fries+Arwa Water\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fb\",\n            \"name\": \"Addon Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"36\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d94e\",\n        \"item\": \"5e543ce857b8843741c6d990\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a4\",\n        \"description\": \"\",\n        \"name\": \"Add On Fries & Soft Drink\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fb\",\n            \"name\": \"Addon Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 19,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"30\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d948\",\n        \"item\": \"5e543ce857b8843741c6d98e\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a5\",\n        \"description\": \"House special\",\n        \"name\": \"Tiramisu\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f8\",\n            \"name\": \"Dessert\",\n            \"superCategoryName\": \"Dessert\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f7\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 23,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"25\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d942\",\n        \"item\": \"5e543ce857b8843741c6d973\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a6\",\n        \"description\": \"Classic, smooth & creamy cheesecake\",\n        \"name\": \"New York Cheesecake\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f8\",\n            \"name\": \"Dessert\",\n            \"superCategoryName\": \"Dessert\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f7\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 23,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"27\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d944\",\n        \"item\": \"5e543ce857b8843741c6d974\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a7\",\n        \"description\": \"Freshly baked with Nutella and crushed nuts\",\n        \"name\": \"Panuozzo Nutella\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f8\",\n            \"name\": \"Dessert\",\n            \"superCategoryName\": \"Dessert\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f7\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 28,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"26\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d943\",\n        \"item\": \"5e543ce857b8843741c6d975\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a8\",\n        \"description\": \"\",\n        \"name\": \"Add On Roast Chicken\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fc\",\n            \"name\": \"Addon Pasta\",\n            \"superCategoryName\": \"Pasta\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f3\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 8,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"31\",\n        \"isNonVeg\": true,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d949\",\n        \"item\": \"5e543ce857b8843741c6d978\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9a9\",\n        \"description\": \"\",\n        \"name\": \"Add On Marinated Roast Chicken\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8fa\",\n            \"name\": \"Addon Salads\",\n            \"superCategoryName\": \"Fresh Salads\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f9\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 8,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9a57b8843741c6d901\",\n                    \"categoryName\": \"Fresh Salads\"\n                },\n                \"name\": \"Portofino\",\n                \"_id\": \"5e543d9557b8843741c6d9c2\",\n                \"baseItem\": \"5e543bea57b8843741c6d95d\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"28\",\n        \"isNonVeg\": true,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d945\",\n        \"item\": \"5e543ce857b8843741c6d98b\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9aa\",\n        \"description\": \"\",\n        \"name\": \"Add On Tuna\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8fa\",\n            \"name\": \"Addon Salads\",\n            \"superCategoryName\": \"Fresh Salads\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f9\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 8,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9a57b8843741c6d901\",\n                    \"categoryName\": \"Fresh Salads\"\n                },\n                \"name\": \"Portofino\",\n                \"_id\": \"5e543d9557b8843741c6d9c2\",\n                \"baseItem\": \"5e543bea57b8843741c6d95d\"\n            },\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9a57b8843741c6d900\",\n                    \"categoryName\": \"Combo\"\n                },\n                \"name\": \"Talabat 3 Panuozzos @ AED99\",\n                \"_id\": \"5e543d9457b8843741c6d9ad\",\n                \"baseItem\": \"5e543bea57b8843741c6d95a\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"29\",\n        \"isNonVeg\": true,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d946\",\n        \"item\": \"5e543ce857b8843741c6d98d\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9ab\",\n        \"description\": \"\",\n        \"name\": \"Add On Shrimp\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8fa\",\n            \"name\": \"Addon Salads\",\n            \"superCategoryName\": \"Fresh Salads\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f9\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 8,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                    \"categoryName\": \"Panuozzo\"\n                },\n                \"name\": \"Tomato & Mozzarella\",\n                \"_id\": \"5e543d9557b8843741c6d9be\",\n                \"baseItem\": \"5e543be957b8843741c6d934\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"35\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543be957b8843741c6d94d\",\n        \"item\": \"5e543ce857b8843741c6d98f\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9ac\",\n        \"description\": \"\",\n        \"name\": \"Talabat Panuozzo @ AED 49\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d900\",\n            \"name\": \"Combo\",\n            \"superCategoryName\": \"Combo\",\n            \"superCategoryId\": \"5e543b9a57b8843741c6d8ff\",\n            \"isAddOn\": false,\n            \"isCombo\": true,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 49,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"48\",\n        \"isNonVeg\": false,\n        \"configuration\": {\n            \"rules\": {\n                \"date\": {\n                    \"noRange\": true\n                },\n                \"time\": {\n                    \"noRange\": true\n                },\n                \"days\": [\n                    0,\n                    1,\n                    2,\n                    3,\n                    4,\n                    5,\n                    6\n                ],\n                \"allDaysValid\": true,\n                \"taxAsItem\": false\n            },\n            \"entities\": [\n                {\n                    \"maxQuantity\": 1,\n                    \"minQuantity\": 1,\n                    \"levels\": [\n                        {\n                            \"name\": \"base\",\n                            \"priceChange\": 0,\n                            \"categories\": [\n                                {\n                                    \"_id\": \"5e543b9957b8843741c6d8f4\",\n                                    \"categoryName\": \"Pasta\",\n                                    \"items\": []\n                                },\n                                {\n                                    \"_id\": \"5e543b9957b8843741c6d8f6\",\n                                    \"categoryName\": \"Beverages\",\n                                    \"items\": []\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"maxQuantity\": 1,\n                    \"minQuantity\": 1,\n                    \"levels\": [\n                        {\n                            \"name\": \"base\",\n                            \"priceChange\": 0,\n                            \"categories\": [\n                                {\n                                    \"_id\": \"5e543b9a57b8843741c6d901\",\n                                    \"categoryName\": \"Fresh Salads\",\n                                    \"items\": []\n                                },\n                                {\n                                    \"_id\": \"5e543b9957b8843741c6d8f8\",\n                                    \"categoryName\": \"Dessert\",\n                                    \"items\": []\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        \"baseItem\": \"5e543bea57b8843741c6d95b\",\n        \"item\": \"5e543ce857b8843741c6d98a\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9ad\",\n        \"description\": \"\",\n        \"name\": \"Talabat 3 Panuozzos @ AED99\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d900\",\n            \"name\": \"Combo\",\n            \"superCategoryName\": \"Combo\",\n            \"superCategoryId\": \"5e543b9a57b8843741c6d8ff\",\n            \"isAddOn\": false,\n            \"isCombo\": true,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 99,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"47\",\n        \"isNonVeg\": false,\n        \"configuration\": {\n            \"rules\": {\n                \"date\": {\n                    \"noRange\": true\n                },\n                \"time\": {\n                    \"noRange\": true\n                },\n                \"days\": [\n                    0,\n                    1,\n                    2,\n                    3,\n                    4,\n                    5,\n                    6\n                ],\n                \"allDaysValid\": true,\n                \"taxAsItem\": true\n            },\n            \"entities\": [\n                {\n                    \"maxQuantity\": 1,\n                    \"minQuantity\": 1,\n                    \"levels\": [\n                        {\n                            \"name\": \"base\",\n                            \"priceChange\": 0,\n                            \"categories\": [\n                                {\n                                    \"_id\": \"5e543b9957b8843741c6d8f6\",\n                                    \"categoryName\": \"Beverages\",\n                                    \"items\": []\n                                },\n                                {\n                                    \"_id\": \"5e543b9957b8843741c6d8f8\",\n                                    \"categoryName\": \"Dessert\",\n                                    \"items\": []\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"maxQuantity\": 1,\n                    \"minQuantity\": 1,\n                    \"levels\": [\n                        {\n                            \"name\": \"base\",\n                            \"priceChange\": 0,\n                            \"categories\": [\n                                {\n                                    \"_id\": \"5e543b9857b8843741c6d8f0\",\n                                    \"categoryName\": \"Appetizers\",\n                                    \"items\": []\n                                },\n                                {\n                                    \"_id\": \"5e543b9857b8843741c6d8f2\",\n                                    \"categoryName\": \"Panuozzo\",\n                                    \"items\": []\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        \"baseItem\": \"5e543bea57b8843741c6d95a\",\n        \"item\": \"5e543ce857b8843741c6d989\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e543d9457b8843741c6d9ae\",\n        \"description\": \"\",\n        \"name\": \"Delivery Charge\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d8fe\",\n            \"name\": \"Charges\",\n            \"superCategoryName\": \"Charges\",\n            \"superCategoryId\": \"5e543b9a57b8843741c6d8fd\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 5,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"46\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e543bea57b8843741c6d959\",\n        \"item\": \"5e543ce857b8843741c6d97e\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e54f35c6c597c2e3c493853\",\n        \"description\": \"\",\n        \"name\": \"item100\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f4\",\n            \"name\": \"Pasta\",\n            \"superCategoryName\": \"Pasta\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f3\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 100,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"49\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e54f27eaa90f68c5de914d6\",\n        \"item\": \"5e54f2dbe4cda689576ccc1b\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e54f35c6c597c2e3c493854\",\n        \"description\": \"\",\n        \"name\": \"item200\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8f6\",\n            \"name\": \"Beverages\",\n            \"superCategoryName\": \"Beverages\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f5\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 100,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"50\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e54f299aa90f68c5de914d7\",\n        \"item\": \"5e54f2dbe4cda689576ccc1c\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e54f35c6c597c2e3c493855\",\n        \"description\": \"\",\n        \"name\": \"item300\",\n        \"category\": {\n            \"_id\": \"5e543b9a57b8843741c6d901\",\n            \"name\": \"Fresh Salads\",\n            \"superCategoryName\": \"Fresh Salads\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f9\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 100,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"51\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e54f2cbaa90f68c5de914d8\",\n        \"item\": \"5e54f2dce4cda689576ccc1d\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e54f53b6c597c2e3c493856\",\n        \"description\": \"\",\n        \"name\": \"item400\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f2\",\n            \"name\": \"Panuozzo\",\n            \"superCategoryName\": \"Panuozzo\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8f1\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 100,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"52\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e54f4efe76f91320ac4deae\",\n        \"item\": \"5e54f4fde4cda689576ccc1e\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e5548a83ad377407316121c\",\n        \"description\": \"\",\n        \"name\": \"Zero Item\",\n        \"category\": {\n            \"_id\": \"5e543b9857b8843741c6d8f0\",\n            \"name\": \"Appetizers\",\n            \"superCategoryName\": \"Appetizers\",\n            \"superCategoryId\": \"5e543b9857b8843741c6d8ef\",\n            \"isAddOn\": false,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 0,\n        \"mapAddonItems\": [],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"53\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e554849325f93db2eef0277\",\n        \"item\": \"5e554869964d18142f5b8dc2\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    },\n    {\n        \"_id\": \"5e5548a83ad377407316121d\",\n        \"description\": \"\",\n        \"name\": \"Zero addon\",\n        \"category\": {\n            \"_id\": \"5e543b9957b8843741c6d8fa\",\n            \"name\": \"Addon Salads\",\n            \"superCategoryName\": \"Fresh Salads\",\n            \"superCategoryId\": \"5e543b9957b8843741c6d8f9\",\n            \"isAddOn\": true,\n            \"isCombo\": false,\n            \"isLiquor\": false,\n            \"notInBilling\": false\n        },\n        \"rate\": 0,\n        \"mapAddonItems\": [\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9a57b8843741c6d901\",\n                    \"categoryName\": \"Fresh Salads\"\n                },\n                \"name\": \"Portofino\",\n                \"_id\": \"5e543d9557b8843741c6d9c2\",\n                \"baseItem\": \"5e543bea57b8843741c6d95d\"\n            },\n            {\n                \"category\": {\n                    \"_id\": \"5e543b9857b8843741c6d8f0\",\n                    \"categoryName\": \"Appetizers\"\n                },\n                \"name\": \"Zero Item\",\n                \"_id\": \"5e5548a83ad377407316121c\",\n                \"baseItem\": \"5e554849325f93db2eef0277\"\n            }\n        ],\n        \"mapComboItems\": [],\n        \"taxes\": [\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e543d4957b8843741c6d997\",\n                \"value\": 5,\n                \"baseTax\": \"5e543d3157b8843741c6d995\",\n                \"type\": \"percentage\",\n                \"name\": \"VAT\"\n            },\n            {\n                \"cascadingTaxes\": [],\n                \"isCharge\": false,\n                \"taxCode\": null,\n                \"isNonRemovable\": false,\n                \"isGSTOSC\": false,\n                \"isGST\": false,\n                \"_id\": \"5e54cf3e07d8316f6d73ea6b\",\n                \"value\": 7,\n                \"baseTax\": \"5e54ce7407d8316f6d73ea69\",\n                \"type\": \"percentage\",\n                \"name\": \"Auth Tax\"\n            }\n        ],\n        \"count\": 0,\n        \"number\": \"54\",\n        \"isNonVeg\": false,\n        \"configuration\": null,\n        \"baseItem\": \"5e554858325f93db2eef0278\",\n        \"item\": \"5e55486a964d18142f5b8dc3\",\n        \"activeStatus\": [\n            {\n                \"tabId\": \"5e543d1557b8843741c6d993\",\n                \"tabName\": \"Delivery\",\n                \"isDeleted\": 0\n            }\n        ]\n    }\n]"},{"id":"f2415ee3-8a50-433c-b0b0-8c2a1ddbdfa1","name":"Menu Sync API Normal Items","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/menu?tabtype=delivery&customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>&lastSyncTime=Epoch Timestamp&currentSyncTime=Epoch Timestamp","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","menu"],"query":[{"key":"tabtype","value":"delivery","description":"Tab Type (String)"},{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"Unqiue External Deployment Id (String)"},{"key":"lastSyncTime","value":"Epoch Timestamp","description":"The last date-time when you synced the menu items."},{"key":"currentSyncTime","value":"Epoch Timestamp","description":"The current date-time of your server. Only items that have been updated, added or deleted before currentSyncTime and after lastSyncTime will be returned. Deleted items will also have a flag isDeleted:true."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\n    \"_id\": \"5ef59abceeb9f50665e6e9c2\",\n    \"description\": \"SOFT TACO PANEER Med\",\n    \"name\": \"ST Panr Med\",\n    \"category\": {\n        \"_id\": \"5ef599cbeeb9f50665e6e698\",\n        \"name\": \"SOFT TACOS VEG\",\n        \"superCategoryName\": \"10 TACO\",\n        \"superCategoryId\": \"5ef599cbeeb9f50665e6e64e\",\n        \"isAddOn\": false,\n        \"isCombo\": false,\n        \"notInWeb\": false,\n        \"isLiquor\": false,\n        \"notInBilling\": false\n    },\n    \"rate\": 79,\n    \"mapAddonItems\": [],\n    \"mapComboItems\": [],\n    \"taxes\": [\n        {\n            \"name\": \"GST@5%\",\n            \"type\": \"percentage\",\n            \"value\": 5,\n            \"_id\": \"5ef59a51eeb9f50665e6e9c0\",\n            \"baseTax\": \"5ef59a00eeb9f50665e6e848\",\n            \"isGST\": true,\n            \"cascadingTaxes\": []\n        }\n    ],\n    \"count\": 0,\n    \"number\": \"10017\",\n    \"isNonVeg\": false,\n    \"hasVariant\": false,\n    \"variants\": [],\n    \"nutritions\": [],\n    \"aliasName\": \"\",\n    \"aliasDescription\": \"\",\n    \"baseItem\": \"5ef599cdeeb9f50665e6e6e6\",\n    \"item\": \"5ef59a15eeb9f50665e6e85a\",\n    \"activeStatus\": [\n        {\n            \"tabId\": \"5ef59a46eeb9f50665e6e9be\",\n            \"tabName\": \"DELIVERY\",\n            \"isDeleted\": 0\n        }\n    ]\n}]"},{"id":"1536cfe5-9068-4360-82db-4550f3b08136","name":"Menu Sync API with Addons","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/menu?tabtype=delivery&customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>&lastSyncTime=Epoch Timestamp&currentSyncTime=Epoch Timestamp","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","menu"],"query":[{"key":"tabtype","value":"delivery","description":"Tab Type (String)"},{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"Unqiue External Deployment Id (String)"},{"key":"lastSyncTime","value":"Epoch Timestamp","description":"The last date-time when you synced the menu items."},{"key":"currentSyncTime","value":"Epoch Timestamp","description":"The current date-time of your server. Only items that have been updated, added or deleted before currentSyncTime and after lastSyncTime will be returned. Deleted items will also have a flag isDeleted:true."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"_id\": \"5f9d221325a1dfd30d458834\",\n    \"description\": \"\",\n    \"name\": \"Add On 7 UP Reg\",\n    \"category\": {\n        \"_id\": \"5f9d1e3a85db0d877e5f5973\",\n        \"name\": \"ADD ON  REGULAR BEVERAGES\",\n        \"superCategoryName\": \"16 NON ALCOHOLIC BEVERAGES\",\n        \"superCategoryId\": \"5f9d1e398aa100af7e106a9f\",\n        \"isAddOn\": true,\n        \"isCombo\": false,\n        \"notInWeb\": false,\n        \"isLiquor\": false,\n        \"notInBilling\": false,\n        \"addOnAsNormalItem\": true\n    },\n    \"rate\": 60,\n    \"mapAddonItems\": [\n        {\n            \"category\": {\n                \"_id\": \"5f9d1e3a85db0d877e5f595a\",\n                \"categoryName\": \"MEAL FOR 2 VEG\"\n            },\n            \"name\": \"VEGSTAR WRAP MF 2\",\n            \"_id\": \"5f9d2213d539a76b0d57a2ca\",\n            \"baseItem\": \"5f9d1e3d85db0d877e5f59a3\"\n        },\n        {\n            \"category\": {\n                \"_id\": \"5f9d1e3a85db0d877e5f595a\",\n                \"categoryName\": \"MEAL FOR 2 VEG\"\n            },\n            \"name\": \"QUESALUPA MF 2 VEG\",\n            \"_id\": \"5f9d2213d539a76b0d57a2c7\",\n            \"baseItem\": \"5f9d1e3d85db0d877e5f59a4\"\n        },\n        {\n            \"category\": {\n                \"_id\": \"5f9d1e3a85db0d877e5f595a\",\n                \"categoryName\": \"MEAL FOR 2 VEG\"\n            },\n            \"name\": \"CRISPY POTACO MF 2\",\n            \"_id\": \"5f9d2213d539a76b0d57a2c6\",\n            \"baseItem\": \"5f9d1e3d85db0d877e5f59a5\"\n        },\n        {\n            \"category\": {\n                \"_id\": \"5f9d1e3a85db0d877e5f595a\",\n                \"categoryName\": \"MEAL FOR 2 VEG\"\n            },\n            \"name\": \"Cheesy Gordita Crunch Veg Meal For 2\",\n            \"_id\": \"5f9d2213d539a76b0d57a2c5\",\n            \"baseItem\": \"5f9d1e3d0df850ea2348d722\"\n        },\n        {\n            \"category\": {\n                \"_id\": \"5f9d1e3a85db0d877e5f595a\",\n                \"categoryName\": \"MEAL FOR 2 VEG\"\n            },\n            \"name\": \"BR Sriracha Veg Meal For 2\",\n            \"_id\": \"5f9d2213d539a76b0d57a2c4\",\n            \"baseItem\": \"5f9d1e3d0df850ea2348d724\"\n        },\n        {\n            \"category\": {\n                \"_id\": \"5f9d1e3a85db0d877e5f595a\",\n                \"categoryName\": \"MEAL FOR 2 VEG\"\n            },\n            \"name\": \"TB Meal For 4 Veg\",\n            \"_id\": \"5f9d2213d539a76b0d57a2c9\",\n            \"baseItem\": \"5f9d1e3d0df850ea2348d726\"\n        },\n        {\n            \"category\": {\n                \"_id\": \"5f9d1e3a85db0d877e5f590e\",\n                \"categoryName\": \"\\\"SOFT SHAKES\\\"\"\n            },\n            \"name\": \"modifier test item\",\n            \"_id\": \"637df85153b0b17b3e407c96\",\n            \"baseItem\": \"637df681f1cf04c52be35acc\"\n        }\n    ],\n    \"mapComboItems\": [],\n    \"taxes\": [\n        {\n            \"cascadingTaxes\": [],\n            \"removeFromBilling\": false,\n            \"isAggregator\": false,\n            \"isCharge\": false,\n            \"taxCode\": null,\n            \"isNonRemovable\": false,\n            \"isGSTOSC\": false,\n            \"isGST\": true,\n            \"_id\": \"5f9d21a25cd7638c0ccbafa3\",\n            \"value\": 5,\n            \"baseTax\": \"5f9d213f4fb196520bd7ad52\",\n            \"type\": \"percentage\",\n            \"name\": \"GST@5%\"\n        }\n    ],\n    \"count\": 0,\n    \"number\": \"16029\",\n    \"isNonVeg\": false,\n    \"configuration\": null,\n    \"hasVariant\": false,\n    \"variants\": [],\n    \"nutritions\": [],\n    \"aliasName\": \"\",\n    \"aliasDescription\": \"\",\n    \"baseItem\": \"5f9d1e410df850ea2348d746\",\n    \"item\": \"5f9d1ed44fa0e8e97d9ddc9f\",\n    \"activeStatus\": [\n        {\n            \"tabId\": \"5f9d20fc39eb9ef30a0cff32\",\n            \"tabName\": \"DELIVERY\",\n            \"isDeleted\": 0\n        }\n    ]\n}\n]"},{"id":"025abf34-904b-494c-b9ce-db53352aa21e","name":"Menu Sync API for Variants","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/menu?tabtype=delivery&customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>&lastSyncTime=Epoch Timestamp&currentSyncTime=Epoch Timestamp","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","menu"],"query":[{"key":"tabtype","value":"delivery","description":"Tab Type (String)"},{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"Unqiue External Deployment Id (String)"},{"key":"lastSyncTime","value":"Epoch Timestamp","description":"The last date-time when you synced the menu items."},{"key":"currentSyncTime","value":"Epoch Timestamp","description":"The current date-time of your server. Only items that have been updated, added or deleted before currentSyncTime and after lastSyncTime will be returned. Deleted items will also have a flag isDeleted:true."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"_id\": \"61c2ec664966b75f24fa307e\",\n    \"description\": \"\",\n    \"name\": \"Paneer Khurchan\",\n    \"category\": {\n        \"_id\": \"61c2eab321e3018710df6191\",\n        \"name\": \"Normal Peppo\",\n        \"superCategoryName\": \"Peppo New\",\n        \"superCategoryId\": \"61c2266b65b573f21bccd029\",\n        \"isAddOn\": false,\n        \"isCombo\": false,\n        \"notInWeb\": false,\n        \"isLiquor\": false,\n        \"notInBilling\": false\n    },\n    \"rate\": 0,\n    \"mapAddonItems\": [],\n    \"mapComboItems\": [],\n    \"taxes\": [\n        {\n            \"cascadingTaxes\": [],\n            \"removeFromBilling\": false,\n            \"isAggregator\": false,\n            \"isCharge\": false,\n            \"taxCode\": null,\n            \"isNonRemovable\": false,\n            \"isGSTOSC\": false,\n            \"isGST\": true,\n            \"_id\": \"5f9d21a25cd7638c0ccbafa3\",\n            \"value\": 5,\n            \"baseTax\": \"5f9d213f4fb196520bd7ad52\",\n            \"type\": \"percentage\",\n            \"name\": \"GST@5%\"\n        }\n    ],\n    \"count\": 0,\n    \"number\": \"25042\",\n    \"isNonVeg\": false,\n    \"configuration\": null,\n    \"hasVariant\": true,\n    \"variants\": [\n        {\n            \"name\": \"Paneer Khurchan Half\",\n            \"baseItem\": \"61c2eaed5c6ef966102a889b\"\n        },\n        {\n            \"name\": \"Paneer Khurchan  Full\",\n            \"baseItem\": \"61c2eb033fb4240f38f3d038\"\n        }\n    ],\n    \"itemImage\": null,\n    \"nutritions\": [],\n    \"aliasName\": \"\",\n    \"aliasDescription\": \"\",\n    \"baseItem\": \"61c2eac214ba3f2538a2579f\",\n    \"item\": \"61c2ec3413d70ce45a750e79\",\n    \"activeStatus\": [\n        {\n            \"tabId\": \"5f9d20fc39eb9ef30a0cff32\",\n            \"tabName\": \"DELIVERY\",\n            \"isDeleted\": 0\n        }\n    ]\n}\n]"},{"id":"06680635-0a5b-4e43-be62-c749576ba6d2","name":"Menu Sync API for Combo Items","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/menu?tabtype=delivery&customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>&lastSyncTime=Epoch Timestamp&currentSyncTime=Epoch Timestamp","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","menu"],"query":[{"key":"tabtype","value":"delivery","description":"Tab Type (String)"},{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"Unqiue External Deployment Id (String)"},{"key":"lastSyncTime","value":"Epoch Timestamp","description":"The last date-time when you synced the menu items."},{"key":"currentSyncTime","value":"Epoch Timestamp","description":"The current date-time of your server. Only items that have been updated, added or deleted before currentSyncTime and after lastSyncTime will be returned. Deleted items will also have a flag isDeleted:true."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"_id\": \"63fc53b2b8096cb410ede19b\",\n    \"description\": \"\",\n    \"name\": \"Combo Mania\",\n    \"category\": {\n        \"_id\": \"63fc4fc47421599e109c66c4\",\n        \"name\": \"Combos\",\n        \"superCategoryName\": \"Chineese\",\n        \"superCategoryId\": \"63e9e883bf986eed5aa10305\",\n        \"isAddOn\": false,\n        \"isCombo\": true,\n        \"notInWeb\": false,\n        \"isLiquor\": false,\n        \"notInBilling\": false\n    },\n    \"rate\": 200,\n    \"mapAddonItems\": [],\n    \"mapComboItems\": [],\n    \"taxes\": [\n        {\n            \"cascadingTaxes\": [],\n            \"removeFromBilling\": false,\n            \"isAggregator\": false,\n            \"isCharge\": false,\n            \"taxCode\": null,\n            \"isNonRemovable\": false,\n            \"isGSTOSC\": false,\n            \"isGST\": true,\n            \"_id\": \"63fc546b087869a104f844ff\",\n            \"value\": 2.5,\n            \"baseTax\": \"63fc543feddb537407d2e6d0\",\n            \"type\": \"percentage\",\n            \"name\": \"GST\"\n        },\n        {\n            \"cascadingTaxes\": [],\n            \"removeFromBilling\": false,\n            \"isAggregator\": false,\n            \"isCharge\": false,\n            \"taxCode\": null,\n            \"isNonRemovable\": false,\n            \"isGSTOSC\": false,\n            \"isGST\": false,\n            \"_id\": \"63fc581826a24a9810db6fa6\",\n            \"value\": 10,\n            \"baseTax\": \"63fc57f44b4b22a704b48dc7\",\n            \"type\": \"percentage\",\n            \"name\": \"Service Charge\"\n        },\n        {\n            \"cascadingTaxes\": [],\n            \"removeFromBilling\": false,\n            \"isAggregator\": false,\n            \"isCharge\": false,\n            \"taxCode\": null,\n            \"isNonRemovable\": false,\n            \"isGSTOSC\": false,\n            \"isGST\": false,\n            \"_id\": \"63fc5e0ceea49bae10639d38\",\n            \"value\": 2.5,\n            \"baseTax\": \"63fc5d5241f2827a079248b2\",\n            \"type\": \"percentage\",\n            \"name\": \"CGST\"\n        }\n    ],\n    \"count\": 0,\n    \"number\": \"7\",\n    \"isNonVeg\": false,\n    \"configuration\": {\n        \"rules\": {\n            \"date\": {\n                \"noRange\": true\n            },\n            \"time\": {\n                \"noRange\": true\n            },\n            \"days\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                5,\n                6\n            ],\n            \"allDaysValid\": true,\n            \"taxAsItem\": true\n        },\n        \"entities\": [\n            {\n                \"name\": \"Combo New\",\n                \"maxQuantity\": 2,\n                \"minQuantity\": 1,\n                \"itemMaxQuantity\": 1,\n                \"levels\": [\n                    {\n                        \"name\": \"base\",\n                        \"priceChange\": 0,\n                        \"categories\": [\n                            {\n                                \"_id\": \"63e9ea0354b1192e40a3703f\",\n                                \"categoryName\": \"Dosas\",\n                                \"items\": [\n                                    {\n                                        \"name\": \"Plan Dosa\",\n                                        \"_id\": \"63fc53b2b8096cb410ede198\",\n                                        \"category_id\": \"63e9ea0354b1192e40a3703f\",\n                                        \"rate\": 100,\n                                        \"baseItem\": \"63fc4e3a0f5c7065148be52a\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"_id\": \"63e9ea0d1e90848e3cd737c4\",\n                                \"categoryName\": \"Idli\",\n                                \"items\": [\n                                    {\n                                        \"name\": \"Idli Vada\",\n                                        \"_id\": \"63fc57844d7831233c6dc966\",\n                                        \"category_id\": \"63e9ea0d1e90848e3cd737c4\",\n                                        \"rate\": 200,\n                                        \"baseItem\": \"63fc57530f5c7065148be845\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Upgrade level 1\",\n                        \"differentialPrice\": true,\n                        \"categories\": [\n                            {\n                                \"_id\": \"63e9ea4e66437f44405dbccc\",\n                                \"categoryName\": \"Momos\",\n                                \"items\": [\n                                    {\n                                        \"_id\": \"63fc5a744d7831233c6decc8\",\n                                        \"name\": \"Paneer Momos\",\n                                        \"category_id\": \"63e9ea4e66437f44405dbccc\",\n                                        \"rate\": 200,\n                                        \"baseItem\": \"63fc59c5eea49bae10639a6d\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    },\n    \"hasVariant\": false,\n    \"variants\": [],\n    \"itemImage\": null,\n    \"nutritions\": [],\n    \"aliasName\": \"\",\n    \"aliasDescription\": \"\",\n    \"baseItem\": \"63fc4ffa9ed6967b0d5fe64a\",\n    \"item\": \"63fc52f9cdd7a77614ce3476\",\n    \"activeStatus\": [\n        {\n            \"tabId\": \"63fc5335b9dafac804d1f92d\",\n            \"tabName\": \"Dine In\",\n            \"isDeleted\": 0\n        }\n    ]\n}\n]"}],"_postman_id":"02b88039-ad4e-44a6-8654-08e948ccaa4a"},{"name":"Out of Stock Items","id":"79ab794a-048c-4ff6-a8a3-50d680af822e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://18.140.214.202:9010/api/v1/online_order/out_of_stock_items?customer_key=6b46ed5884646a3e16d38daf42ef607966852cb6e1732384c2bda467ee4982b990d3fbddfdf0e5bb40e390b9c1754989&tabtype=delivery","description":"<p><strong>REQUEST</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_key</td>\n<td>Unique identifier for the customer</td>\n<td>&lt;&gt;</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item_id</td>\n<td>string</td>\n<td>Unique identifier for an item</td>\n<td>\"5ca60f25cac2fa133ad1c2b1\"</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Availability status of the item</td>\n<td>\"out_of_stock\" / \"in_stock\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","name":"Online Order","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","online_order","out_of_stock_items"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"6b46ed5884646a3e16d38daf42ef607966852cb6e1732384c2bda467ee4982b990d3fbddfdf0e5bb40e390b9c1754989"},{"key":"tabtype","value":"delivery"}],"variable":[]}},"response":[{"id":"9bd0ae3c-472f-438c-a48f-de2cd77f019f","name":"Out of Stock Items","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic <<AUTH_KEY>>","type":"text"}],"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/out_of_stock_items?customer_key=6b46ed5884646a3e16d38daf42ef607966852cb6e1732384c2bda467ee4982b990d3fbddfdf0e5bb40e390b9c1754989&tabtype=delivery","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","out_of_stock_items"],"query":[{"key":"customer_key","value":"6b46ed5884646a3e16d38daf42ef607966852cb6e1732384c2bda467ee4982b990d3fbddfdf0e5bb40e390b9c1754989"},{"key":"tabtype","value":"delivery"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"item_id\": \"5ca60f25cac2fa133ad1c2b1\",\n        \"status\": \"out_of_stock\"\n    }\n]"}],"_postman_id":"79ab794a-048c-4ff6-a8a3-50d680af822e"},{"name":"Order push","id":"f1103f88-5b6a-4ea6-819a-9eb6fc6f371d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"source\": {\n\t\t\"name\": \"Posist\",\n\t\t\"id\": \"Syx3IXCI\",\n\t\t\"order_id\": \"12345\"\n\t},\n\t\"payments\": {\n\t\t\"type\": \"COD\"\n\t},\n\t\"discount\": {\n\t\t\"type\": \"fixed\",\n\t\t\"value\": 10\n\t},\n\t\"charges\": [\n\t\t{\n\t\t\t\"name\": \"Delivery Charge\",\n\t\t\t\"value\": 30\n\t\t}\n\t],\n\t\"customer\": {\n\t\t\"firstname\": \"Shubhank\",\n\t\t\"mobile\": \"7838088743\",\n\t\t\"addType\": \"home\",\n\t\t\"address1\": \"A-10\",\n\t\t\"address2\": \"Sector 62\",\n\t\t\"city\": \"Noida\"\n\t},\n\t\"tabType\": \"delivery\",\n\t\"items\": [\n\t\t{\n\t\t\t\"id\": \"554c933079d26026307a5b6a\",\n\t\t\t\"quantity\": 1,\n\t\t\t\"discounts\": [\n\t\t\t\t{\n\t\t\t\t\t\"value\": 10,\n\t\t\t\t\t\"type\": \"percentage\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"addOns\": [\n\t\t\t\t{\n\t\t\t\t\t\"_id\" : \"573d8205fd5e4d7f6f955cab\",\n\t\t\t\t\t\"quantity\": 1\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/online_order/push?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"<p>This API Is used to push an Online Order into Restroworks System</p>\n<h2 id=\"request-format\">REQUEST FORMAT</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td></td>\n<td>object</td>\n<td>Contains the source details</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>name</td>\n<td>string</td>\n<td>Name of the source</td>\n<td>\"Posist\"</td>\n</tr>\n<tr>\n<td></td>\n<td>id</td>\n<td>string</td>\n<td>Identifier for the source</td>\n<td>\"Syx3IXCI\"</td>\n</tr>\n<tr>\n<td></td>\n<td>order_id</td>\n<td>string</td>\n<td>Unique identifier for the order</td>\n<td>\"12345\"</td>\n</tr>\n<tr>\n<td>payments</td>\n<td></td>\n<td>object</td>\n<td>Contains the payment details</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>type</td>\n<td>string</td>\n<td>Type of payment method</td>\n<td>\"COD\"</td>\n</tr>\n<tr>\n<td>discount</td>\n<td></td>\n<td>object</td>\n<td>Contains the discount details</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>type</td>\n<td>string</td>\n<td>Type of discount</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td></td>\n<td>value</td>\n<td>number</td>\n<td>Discount value</td>\n<td>10</td>\n</tr>\n<tr>\n<td></td>\n<td>offerName</td>\n<td>string</td>\n<td>Name of the discount</td>\n<td>\"Promotional offer 10%\"</td>\n</tr>\n<tr>\n<td>charges</td>\n<td></td>\n<td>array</td>\n<td>List of charges</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>name</td>\n<td>string</td>\n<td>Name of the charge</td>\n<td>\"Delivery Charge\"</td>\n</tr>\n<tr>\n<td></td>\n<td>value</td>\n<td>number</td>\n<td>Charge value</td>\n<td>30</td>\n</tr>\n<tr>\n<td>customer</td>\n<td></td>\n<td>object</td>\n<td>Contains the customer details</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>firstname</td>\n<td>string</td>\n<td>Customer's first name</td>\n<td>\"Shubhank\"</td>\n</tr>\n<tr>\n<td></td>\n<td>mobile</td>\n<td>string</td>\n<td>Customer's mobile number</td>\n<td>\"7838088743\"</td>\n</tr>\n<tr>\n<td></td>\n<td>addType</td>\n<td>string</td>\n<td>Type of address</td>\n<td>\"home\"</td>\n</tr>\n<tr>\n<td></td>\n<td>address1</td>\n<td>string</td>\n<td>Address line 1</td>\n<td>\"A-10\"</td>\n</tr>\n<tr>\n<td></td>\n<td>address2</td>\n<td>string</td>\n<td>Address line 2</td>\n<td>\"Sector 62\"</td>\n</tr>\n<tr>\n<td></td>\n<td>city</td>\n<td>string</td>\n<td>City of the customer</td>\n<td>\"Noida\"</td>\n</tr>\n<tr>\n<td>tabType</td>\n<td></td>\n<td>string</td>\n<td>Type of order</td>\n<td>\"delivery\"</td>\n</tr>\n<tr>\n<td>tabId</td>\n<td></td>\n<td>string</td>\n<td>Tab id on which you want to send the order</td>\n<td>\"5e543d1557b8843741c6d993\"</td>\n</tr>\n<tr>\n<td>delivery_instructions</td>\n<td></td>\n<td>string</td>\n<td>Instructions for delivery</td>\n<td>\"DO NOT RING BELL\"</td>\n</tr>\n<tr>\n<td>special_instructions</td>\n<td></td>\n<td>string</td>\n<td>Instructions for food prep / any special request (to be printed on KOT)</td>\n<td>\"MAKE IT SPICY\"</td>\n</tr>\n<tr>\n<td>acceptUrl</td>\n<td></td>\n<td>string</td>\n<td>WEBHOOK URL WHICH WILL BE HIT WHEN ORDER ACCEPTED</td>\n<td></td>\n</tr>\n<tr>\n<td>rejectUrl</td>\n<td></td>\n<td>string</td>\n<td>WEBHOOK URL WHICH WILL BE HIT WHEN ORDER REJECTED</td>\n<td></td>\n</tr>\n<tr>\n<td>billPrintUrl</td>\n<td></td>\n<td>string</td>\n<td>WEBHOOK URL WHICH WILL BE HIT WHEN ORDER PREPARED / BILL PRINT DONE</td>\n<td></td>\n</tr>\n<tr>\n<td>settleUrl</td>\n<td></td>\n<td>string</td>\n<td>WEBHOOK URL WHICH WILL BE HIT WHEN ORDER SETTLED</td>\n<td></td>\n</tr>\n<tr>\n<td>voidUrl</td>\n<td></td>\n<td>string</td>\n<td>WEBHOOK URL WHICH WILL BE HIT WHEN ORDER VOIDED</td>\n<td></td>\n</tr>\n<tr>\n<td>items</td>\n<td></td>\n<td>array</td>\n<td>List of items in the order</td>\n<td>-SEE THE ITEMS TABLE BELOW</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"items-table\">ITEMS TABLE</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key (within \"items\")</th>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td>Unique identifier for the item</td>\n<td>\"5ec39c8649fb4ae4147ef39d\"</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td></td>\n<td>number</td>\n<td>Quantity of the item</td>\n<td>1</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td></td>\n<td>array</td>\n<td>List of discounts applied to the item</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>value</td>\n<td>number</td>\n<td>Discount value</td>\n<td>10</td>\n</tr>\n<tr>\n<td></td>\n<td>type</td>\n<td>string</td>\n<td>Type of discount</td>\n<td>\"percentage\"</td>\n</tr>\n<tr>\n<td></td>\n<td>offerName</td>\n<td>string</td>\n<td>Name of the offer</td>\n<td>\"FREE_ITEM\"</td>\n</tr>\n<tr>\n<td>rate</td>\n<td></td>\n<td>number</td>\n<td>Total price of the item or combo</td>\n<td>25</td>\n</tr>\n<tr>\n<td>addOns</td>\n<td></td>\n<td>array</td>\n<td>List of add-ons for the item</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>_id</td>\n<td>string</td>\n<td>Unique identifier for the add-on</td>\n<td>\"573d8205fd5e4d7f6f955cab\"</td>\n</tr>\n<tr>\n<td></td>\n<td>quantity</td>\n<td>number</td>\n<td>Quantity of the add-on</td>\n<td>1</td>\n</tr>\n<tr>\n<td>mapComboItems</td>\n<td></td>\n<td>array</td>\n<td>List of items included in the combo (if applicable)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>id</td>\n<td>string</td>\n<td>Unique identifier for the combo item</td>\n<td>\"5ec39c8649fb4ae4157ef40e\"</td>\n</tr>\n<tr>\n<td></td>\n<td>quantity</td>\n<td>number</td>\n<td>Quantity of the combo item</td>\n<td>1</td>\n</tr>\n<tr>\n<td></td>\n<td>addOns</td>\n<td>array</td>\n<td>List of add-ons for the combo item</td>\n<td>[{\"id\": \"\", \"quantity\": 1}]</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nested Key (within \"mapComboItems\")</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Unique identifier for the combo item</td>\n<td>\"5ec39c8649fb4ae4157ef40e\"</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>Quantity of the combo item</td>\n<td>1</td>\n</tr>\n<tr>\n<td>addOns</td>\n<td>array</td>\n<td>List of add-ons for the combo item</td>\n<td>[{\"id\": \"\", \"quantity\": 1}]</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Nested Keys for AddOns (both in \"items\" and \"mapComboItems\"):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nested Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>string</td>\n<td>Unique identifier for add-on</td>\n<td>\"573d8205fd5e4d7f6f955cab\"</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>Quantity of the add-on</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note that the \"addOns\" structure is the same for both \"items\" and \"mapComboItems\".</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","name":"Online Order","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","online_order","push"],"host":["18","140","214","202"],"query":[{"description":{"content":"<p>Unqiue External Deployment Id (String)</p>\n","type":"text/plain"},"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[{"id":"4875e653-d31c-4b0d-9ac9-297a9e72e713","name":"Order Push with Addon","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": {\n        \"name\": \"Posist\",\n        \"id\": \"Syx3IXCI\",\n        \"order_id\": \"12345\"\n    },\n    \"payments\": {\n        \"type\": \"COD\"\n    },\n    \"discount\": {\n        \"type\": \"fixed\",\n        \"value\": 10,\n        \"offerName\":\"Promotional Offer 10\"\n    },\n    \"charges\": [\n        {\n            \"name\": \"Delivery Charge\",\n            \"value\": 30\n        }\n    ],\n    \"customer\": {\n        \"firstname\": \"Shubhank\",\n        \"mobile\": \"7838088743\",\n        \"addType\": \"home\",\n        \"address1\": \"A-10\",\n        \"address2\": \"Sector 62\",\n        \"city\": \"Noida\"\n    },\n    \"tabType\": \"delivery\",\n    \"items\": [\n        {\n            \"id\": \"554c933079d26026307a5b6a\",\n            \"quantity\": 1,\n            \"discounts\": [\n                {\n                    \"value\": 10,\n                    \"type\": \"percentage\"\n                }\n            ],\n            \"addOns\": [\n                {\n                    \"_id\": \"573d8205fd5e4d7f6f955cab\",\n                    \"quantity\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"554c933079d26026307a5b6a\",\n            \"quantity\": 1,\n            \"discounts\": [\n                {\n                    \"value\": 10,\n                    \"type\": \"percentage\"\n                }\n            ],\n            \"addOns\": [\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/push?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","push"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"Unqiue External Deployment Id (String)"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"217326a7-711d-4107-a80a-864e7e6fa681","name":"Order push without addon","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"source\": {\n\t\t\"name\": \"Posist\",\n\t\t\"id\": \"Syx3IXCI\",\n\t\t\"order_id\": \"12345\"\n\t},\n\t\"payments\": {\n\t\t\"type\": \"COD\"\n\t},\n\t\"discount\": {\n\t\t\"type\": \"fixed\",\n\t\t\"value\": 10\n\t},\n\t\"charges\": [\n\t\t{\n\t\t\t\"name\": \"Delivery Charge\",\n\t\t\t\"value\": 30\n\t\t}\n\t],\n\t\"customer\": {\n\t\t\"firstname\": \"Shubhank\",\n\t\t\"mobile\": \"7838088743\",\n\t\t\"addType\": \"home\",\n\t\t\"address1\": \"A-10\",\n\t\t\"address2\": \"Sector 62\",\n\t\t\"city\": \"Noida\"\n\t},\n\t\"tabType\": \"delivery\",\n\t\"items\": [\n\t\t{\n\t\t\t\"id\": \"554c933079d26026307a5b6a\",\n\t\t\t\"quantity\": 1,\n\t\t\t\"discounts\": [\n\t\t\t\t{\n\t\t\t\t\t\"value\": 10,\n\t\t\t\t\t\"type\": \"percentage\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"addOns\": [\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/push?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","push"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"Unqiue External Deployment Id (String)"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DEL"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"705"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 25 Sep 2020 12:51:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"__v\": 0,\n    \"source\": {\n        \"order_edit\": false,\n        \"order_id\": \"12345\",\n        \"id\": \"Syx3IXCI\",\n        \"name\": \"Posist\"\n    },\n    \"payments\": {\n        \"type\": \"COD\"\n    },\n    \"discount\": {\n        \"value\": 10,\n        \"type\": \"fixed\"\n    },\n    \"customer\": {\n        \"city\": \"Noida\",\n        \"address2\": \"Sector 62\",\n        \"address1\": \"A-10\",\n        \"addType\": \"home\",\n        \"mobile\": \"7838088743\",\n        \"firstname\": \"Shubhank\"\n    },\n    \"tabType\": \"delivery\",\n    \"billNumber\": 2,\n    \"_id\": \"5f6de7e45672957d4bd973b2\",\n    \"isPriority\": false,\n    \"partner_delivery\": false,\n    \"send_to_pos_curator\": false,\n    \"synced_from_curator\": false,\n    \"charges\": [\n        {\n            \"value\": 30,\n            \"name\": \"Delivery Charge\"\n        }\n    ],\n    \"created\": \"2020-09-25T12:51:48.375Z\",\n    \"items\": [\n        {\n            \"addOns\": [\n                {\n                    \"quantity\": 1,\n                    \"_id\": \"573d8205fd5e4d7f6f955cab\"\n                }\n            ],\n            \"discounts\": [\n                {\n                    \"type\": \"percentage\",\n                    \"value\": 10\n                }\n            ],\n            \"quantity\": 1,\n            \"id\": \"554c933079d26026307a5b6a\"\n        }\n    ]\n}"}],"_postman_id":"f1103f88-5b6a-4ea6-819a-9eb6fc6f371d"},{"name":"Cancel Order","id":"e1d0dc5d-a90e-45d8-a998-a974d05eb57d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"123456\",\n    \"reason\": \"Reason for cancellation of order\"\n}","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/online_order/cancel_order?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"<h4 id=\"request\"><strong>REQUEST</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Component</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Base URL</td>\n<td>The base URL for the API endpoint</td>\n<td>18.140.214.202:9010/api/v1/online_order</td>\n</tr>\n<tr>\n<td>Resource</td>\n<td>The specific resource being accessed (in this case, \"cancel_order\")</td>\n<td>cancel_order</td>\n</tr>\n<tr>\n<td>Query Parameters</td>\n<td>Optional parameters that modify the behavior of the API request</td>\n<td>customer_key=OUTLET_UNIQUE_CUSTOMER_KEY</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Here's a breakdown of each of the query parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_key</td>\n<td>A unique identifier for the customer associated with the request</td>\n<td>OUTLET_UNIQUE_CUSTOMER_KEY(this is likely a placeholder that should be replaced with an actual key)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON BODY</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>string</td>\n<td>The unique identifier of the order to cancel</td>\n<td>\"123456\"</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>string</td>\n<td>The reason for cancelling the order</td>\n<td>\"Reason for cancellation of order\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","name":"Online Order","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","online_order","cancel_order"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[{"id":"72862c2c-14fd-42d6-9426-f6ffaf2f3579","name":"Cancel Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"123456\",\n    \"reason\": \"Reason for cancellation of order\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/cancel_order?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","cancel_order"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e1d0dc5d-a90e-45d8-a998-a974d05eb57d"},{"name":"Order Status","id":"dcd09922-02af-4b70-bc46-fc257971c7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/online_order/order_status?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>&order_id=1234","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","name":"Online Order","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","online_order","order_status"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"},{"key":"order_id","value":"1234"}],"variable":[]}},"response":[{"id":"aac1b946-d9d2-48bf-8ef5-48a5e6f74cd8","name":"Order Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/order_status?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>&order_id=1234","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","order_status"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"},{"key":"order_id","value":"1234"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dcd09922-02af-4b70-bc46-fc257971c7f2"},{"name":"Standard Menu (Menu Sync API V2)","id":"4e4a17cd-ae34-4970-9a28-7fb3c7b6b867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>New Menu Structure with new entities.</p>\n<h3 id=\"table-categories\">Table: <code>categories</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>\"659fee779c402e8646f58ff8\"</td>\n<td>Unique identifier of the category</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>\"Food\"</td>\n<td>Name of the category</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>null</td>\n<td>Description of the category</td>\n</tr>\n<tr>\n<td>order</td>\n<td>Integer</td>\n<td>6</td>\n<td>Order of the category</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Status of the category (active/inactive)</td>\n</tr>\n<tr>\n<td>subCatOrders</td>\n<td>Array</td>\n<td>[1, 2, 3, ...]</td>\n<td>Order of subcategories</td>\n</tr>\n<tr>\n<td>aliases</td>\n<td>Array</td>\n<td>[]</td>\n<td>Aliases for the category</td>\n</tr>\n<tr>\n<td>extra</td>\n<td>Object</td>\n<td>{ \"aliasName\": \"\", \"aliasDescription\": null, ... }</td>\n<td>Extra information about the category</td>\n</tr>\n<tr>\n<td>subCategories</td>\n<td>Array</td>\n<td>[ { \"id\": \"659fee799c402e8646f58ff9\", ... }, ... ]</td>\n<td>List of subcategories</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-extra-within-categories\">Table: <code>extra</code> (within <code>categories</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>aliasName</td>\n<td>String</td>\n<td>\"\"</td>\n<td>Alias name for the category</td>\n</tr>\n<tr>\n<td>aliasDescription</td>\n<td>String</td>\n<td>null</td>\n<td>Alias description for the category</td>\n</tr>\n<tr>\n<td>descriptionTranslation</td>\n<td>String</td>\n<td>null</td>\n<td>Description translation</td>\n</tr>\n<tr>\n<td>isEgg</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the item contains egg</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-subcategories\">Table: <code>subCategories</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>\"659fee799c402e8646f58ff9\"</td>\n<td>Unique identifier of the subcategory</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>\"BREAKFAST\"</td>\n<td>Name of the subcategory</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>null</td>\n<td>Description of the subcategory</td>\n</tr>\n<tr>\n<td>order</td>\n<td>Integer</td>\n<td>1</td>\n<td>Order of the subcategory</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Status of the subcategory (active/inactive)</td>\n</tr>\n<tr>\n<td>isAddons</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the subcategory is an addon</td>\n</tr>\n<tr>\n<td>aliases</td>\n<td>Array</td>\n<td>null</td>\n<td>Aliases for the subcategory</td>\n</tr>\n<tr>\n<td>extra</td>\n<td>Object</td>\n<td>{ \"aliasName\": \"\", \"aliasDescription\": null, ... }</td>\n<td>Extra information about the subcategory</td>\n</tr>\n<tr>\n<td>notInBilling</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the subcategory is not in billing</td>\n</tr>\n<tr>\n<td>entityOrders</td>\n<td>Array</td>\n<td>[1, 2, 3, ...]</td>\n<td>Order of entities</td>\n</tr>\n<tr>\n<td>entities</td>\n<td>Array</td>\n<td>[ { \"nutritionalInfo\": { \"proteinCount\": ... }, ... }</td>\n<td>List of entities</td>\n</tr>\n<tr>\n<td>scheduler</td>\n<td>Object</td>\n<td>null</td>\n<td>Scheduler information</td>\n</tr>\n<tr>\n<td>originalName</td>\n<td>String</td>\n<td>\"BREAKFAST\"</td>\n<td>Original name of the subcategory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-extra-within-subcategories\">Table: <code>extra</code> (within <code>subCategories</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>aliasName</td>\n<td>String</td>\n<td>\"\"</td>\n<td>Alias name for the subcategory</td>\n</tr>\n<tr>\n<td>aliasDescription</td>\n<td>String</td>\n<td>null</td>\n<td>Alias description for the subcategory</td>\n</tr>\n<tr>\n<td>descriptionTranslation</td>\n<td>String</td>\n<td>null</td>\n<td>Description translation</td>\n</tr>\n<tr>\n<td>isEgg</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the item contains egg</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-entities\">Table: <code>entities</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>\"659fef769c402e8646f590c5\"</td>\n<td>Unique identifier of the entity</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>\"BUFFALO CHICKEN SKILLET\"</td>\n<td>Name of the entity</td>\n</tr>\n<tr>\n<td>subCategoryId</td>\n<td>String</td>\n<td>null</td>\n<td>Subcategory ID</td>\n</tr>\n<tr>\n<td>subCategoryNotInBilling</td>\n<td>Boolean</td>\n<td>null</td>\n<td>Subcategory not in billing status</td>\n</tr>\n<tr>\n<td>subCategoryIsAddons</td>\n<td>Boolean</td>\n<td>null</td>\n<td>Subcategory is addons status</td>\n</tr>\n<tr>\n<td>subCategoryAddOnASNormalItem</td>\n<td>Boolean</td>\n<td>null</td>\n<td>Subcategory add on as normal item</td>\n</tr>\n<tr>\n<td>entityType</td>\n<td>String</td>\n<td>\"catalogue\"</td>\n<td>Type of entity</td>\n</tr>\n<tr>\n<td>hasVariant</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity has variants</td>\n</tr>\n<tr>\n<td>isVariant</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity is a variant</td>\n</tr>\n<tr>\n<td>order</td>\n<td>Integer</td>\n<td>1</td>\n<td>Order of the entity</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Status of the entity (active/inactive)</td>\n</tr>\n<tr>\n<td>clusterStatus</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Cluster status</td>\n</tr>\n<tr>\n<td>duplicated</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity is duplicated</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>\"\"</td>\n<td>Description of the entity</td>\n</tr>\n<tr>\n<td>_extra</td>\n<td>Object</td>\n<td>{ \"aliasName\": null, \"aliasDescription\": null, ... }</td>\n<td>Extra information about the entity</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Array</td>\n<td>[\"non-veg\"]</td>\n<td>Tags for the entity</td>\n</tr>\n<tr>\n<td>aliases</td>\n<td>Array</td>\n<td>[]</td>\n<td>Aliases for the entity</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Number</td>\n<td>355</td>\n<td>Price of the entity</td>\n</tr>\n<tr>\n<td>isVeg</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity is vegetarian</td>\n</tr>\n<tr>\n<td>tableTab</td>\n<td>Array</td>\n<td>[ { \"tabId\": \"655e059f91bc2c0e7581d619\", ... } ]</td>\n<td>Table tab details</td>\n</tr>\n<tr>\n<td>inStock</td>\n<td>Boolean</td>\n<td>null</td>\n<td>In stock status</td>\n</tr>\n<tr>\n<td>packingCharge</td>\n<td>Number</td>\n<td>null</td>\n<td>Packing charge</td>\n</tr>\n<tr>\n<td>modifiers</td>\n<td>Array</td>\n<td>[ ]</td>\n<td>List of modifiers for the entity</td>\n</tr>\n<tr>\n<td>variants</td>\n<td>Array</td>\n<td>[]</td>\n<td>Variants of the entity</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>Array</td>\n<td>[ { \"_id\": \"65a0e18d32a15d324d9be2cb\", ... } ]</td>\n<td>Taxes applicable to the entity</td>\n</tr>\n<tr>\n<td>image_url</td>\n<td>String</td>\n<td>\"<a href=\"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\">https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg</a>\"</td>\n<td>Image URL</td>\n</tr>\n<tr>\n<td>image_url_png</td>\n<td>String</td>\n<td>\"<a href=\"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\">https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png</a>\"</td>\n<td>PNG Image URL</td>\n</tr>\n<tr>\n<td>aggregator_image</td>\n<td>Array</td>\n<td>[]</td>\n<td>Aggregator images</td>\n</tr>\n<tr>\n<td>isVariantItem</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity is a variant item</td>\n</tr>\n<tr>\n<td>scheduler</td>\n<td>Object</td>\n<td>null</td>\n<td>Scheduler details</td>\n</tr>\n<tr>\n<td>allergens</td>\n<td>Object</td>\n<td>null</td>\n<td>Allergen information</td>\n</tr>\n<tr>\n<td>servingInfo</td>\n<td>String</td>\n<td>\"1to2people\"</td>\n<td>Serving information</td>\n</tr>\n<tr>\n<td>servingSize</td>\n<td>Object</td>\n<td>{ \"value\": 0, \"unit\": \"mg\" }</td>\n<td>Serving size details</td>\n</tr>\n<tr>\n<td>swiggyNutritionInfo</td>\n<td>Object</td>\n<td>{ \"spicyLevel\": null, \"sweetLevel\": null, ... }</td>\n<td>Swiggy nutrition information</td>\n</tr>\n<tr>\n<td>calorieCount</td>\n<td>Number</td>\n<td>0</td>\n<td>Calorie count</td>\n</tr>\n<tr>\n<td>isDefault</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity is default</td>\n</tr>\n<tr>\n<td>shelfLife</td>\n<td>Object</td>\n<td>{ \"value\": 0, \"unit\": \"\" }</td>\n<td>Shelf life details</td>\n</tr>\n<tr>\n<td>piecesPerKg</td>\n<td>Object</td>\n<td>{ \"min\": null, \"max\": null }</td>\n<td>Pieces per kilogram</td>\n</tr>\n<tr>\n<td>originalName</td>\n<td>String</td>\n<td>\"BUFFALO CHICKEN SKILLET\"</td>\n<td>Original name of the entity</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-nutritionalinfo-within-entities\">Table: <code>nutritionalInfo</code> (within <code>entities</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>proteinCount</td>\n<td>Object</td>\n<td>{ \"value\": 0, \"unit\": \"grams\" }</td>\n<td>Protein count details</td>\n</tr>\n<tr>\n<td>fatCount</td>\n<td>Object</td>\n<td>{ \"value\": 0, \"unit\": \"grams\" }</td>\n<td>Fat count details</td>\n</tr>\n<tr>\n<td>fiberCount</td>\n<td>Object</td>\n<td>{ \"value\": 0, \"unit\": \"grams\" }</td>\n<td>Fiber count details</td>\n</tr>\n<tr>\n<td>carbohydrateCount</td>\n<td>Object</td>\n<td>{ \"value\": 0, \"unit\": \"grams\" }</td>\n<td>Carbohydrate count details</td>\n</tr>\n<tr>\n<td>calorieCount</td>\n<td>Object</td>\n<td>{ \"value\": 0, \"unit\": \"grams\" }</td>\n<td>Calorie count details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-taxes-within-entities\">Table: <code>taxes</code> (within <code>entities</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>\"65a0e18d32a15d324d9be2cb\"</td>\n<td>Unique identifier of the tax</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>\"GST\"</td>\n<td>Name of the tax</td>\n</tr>\n<tr>\n<td>taxCode</td>\n<td>String</td>\n<td>null</td>\n<td>Tax code</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>\"percentage\"</td>\n<td>Type of tax</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Number</td>\n<td>5</td>\n<td>Value of the tax</td>\n</tr>\n<tr>\n<td>isCharge</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the tax is a charge</td>\n</tr>\n<tr>\n<td>isNonRemovable</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the tax is non-removable</td>\n</tr>\n<tr>\n<td>isGSTOSC</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the tax is GSTOSC</td>\n</tr>\n<tr>\n<td>isGST</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Indicates if the tax is GST</td>\n</tr>\n<tr>\n<td>applicableOn</td>\n<td>String</td>\n<td>null</td>\n<td>Applicable on</td>\n</tr>\n<tr>\n<td>cascadingTaxes</td>\n<td>Array</td>\n<td>[]</td>\n<td>Cascading taxes</td>\n</tr>\n<tr>\n<td>isAggregator</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the tax is aggregator</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-tabletab-within-entities\">Table: <code>tableTab</code> (within <code>entities</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tabId</td>\n<td>String</td>\n<td>\"655e059f91bc2c0e7581d619\"</td>\n<td>Unique identifier of the tab</td>\n</tr>\n<tr>\n<td>itemRate</td>\n<td>Number</td>\n<td>355</td>\n<td>Item rate</td>\n</tr>\n<tr>\n<td>itemStatus</td>\n<td>String</td>\n<td>\"active\"</td>\n<td>Item status</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-_extra-within-entities\">Table: <code>_extra</code> (within <code>entities</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>aliasName</td>\n<td>String</td>\n<td>null</td>\n<td>Alias name for the entity</td>\n</tr>\n<tr>\n<td>aliasDescription</td>\n<td>String</td>\n<td>null</td>\n<td>Alias description for the entity</td>\n</tr>\n<tr>\n<td>descriptionTranslation</td>\n<td>String</td>\n<td>null</td>\n<td>Description translation</td>\n</tr>\n<tr>\n<td>isEgg</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the item contains egg</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-swiggynutritioninfo-within-entities\">Table: <code>swiggyNutritionInfo</code> (within <code>entities</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>spicyLevel</td>\n<td>String</td>\n<td>null</td>\n<td>Spicy level information</td>\n</tr>\n<tr>\n<td>sweetLevel</td>\n<td>String</td>\n<td>null</td>\n<td>Sweet level information</td>\n</tr>\n<tr>\n<td>boneProperty</td>\n<td>String</td>\n<td>null</td>\n<td>Bone property information</td>\n</tr>\n<tr>\n<td>gravyProperty</td>\n<td>String</td>\n<td>null</td>\n<td>Gravy property information</td>\n</tr>\n<tr>\n<td>seasionIngredent</td>\n<td>String</td>\n<td>null</td>\n<td>Season ingredient information</td>\n</tr>\n<tr>\n<td>servingPeople</td>\n<td>String</td>\n<td>null</td>\n<td>Serving people information</td>\n</tr>\n<tr>\n<td>servingSize</td>\n<td>String</td>\n<td>null</td>\n<td>Serving size information</td>\n</tr>\n<tr>\n<td>accompaniments</td>\n<td>String</td>\n<td>null</td>\n<td>Accompaniments information</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-servingsize-within-entities\">Table: <code>servingSize</code> (within <code>entities</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Number</td>\n<td>0</td>\n<td>Serving size value</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>String</td>\n<td>\"mg\"</td>\n<td>Serving size unit</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-shelflife-within-entities\">Table: <code>shelfLife</code> (within <code>entities</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Number</td>\n<td>0</td>\n<td>Shelf life value</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>String</td>\n<td>\"\"</td>\n<td>Shelf life unit</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-piecesperkg-within-entities\">Table: <code>piecesPerKg</code> (within <code>entities</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>min</td>\n<td>Number</td>\n<td>null</td>\n<td>Minimum pieces per kilogram</td>\n</tr>\n<tr>\n<td>max</td>\n<td>Number</td>\n<td>null</td>\n<td>Maximum pieces per kilogram</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-modifiers-main-level\">Table: <code>modifiers</code> (main level)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>\"Addon\"</td>\n<td>Type of the modifier</td>\n</tr>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>\"659fefcc9c402e8646f59347_1704980085_addons\"</td>\n<td>Unique identifier of the modifier</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>\"Choose From SIDE. for Classic Burger Chicken\"</td>\n<td>Name of the modifier</td>\n</tr>\n<tr>\n<td>original_name</td>\n<td>String</td>\n<td>\"Choose From SIDE. for Classic Burger Chicken\"</td>\n<td>Original name of the modifier</td>\n</tr>\n<tr>\n<td>min</td>\n<td>Integer</td>\n<td>0</td>\n<td>Minimum selection for the modifier</td>\n</tr>\n<tr>\n<td>max</td>\n<td>Integer</td>\n<td>14</td>\n<td>Maximum selection for the modifier</td>\n</tr>\n<tr>\n<td>order</td>\n<td>Integer</td>\n<td>1</td>\n<td>Order of the modifier</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Status of the modifier (active/inactive)</td>\n</tr>\n<tr>\n<td>aliases</td>\n<td>Array</td>\n<td>[]</td>\n<td>Aliases for the modifier</td>\n</tr>\n<tr>\n<td>constituentItems</td>\n<td>Array</td>\n<td>[ { \"id\": \"659fef729c402e8646f590a8\", \"name\": \"No Side2\", ... }, ... ]</td>\n<td>List of constituent items</td>\n</tr>\n<tr>\n<td>image</td>\n<td>String</td>\n<td>null</td>\n<td>Image URL of the modifier</td>\n</tr>\n<tr>\n<td>multiplePunchMin</td>\n<td>Integer</td>\n<td>0</td>\n<td>Minimum punches for the modifier</td>\n</tr>\n<tr>\n<td>multiplePunchMax</td>\n<td>Integer</td>\n<td>14</td>\n<td>Maximum punches for the modifier</td>\n</tr>\n<tr>\n<td>multiplePunchMaxItem</td>\n<td>Integer</td>\n<td>1</td>\n<td>Maximum punch items for the modifier</td>\n</tr>\n<tr>\n<td>isPackagingType</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the modifier is a packaging type</td>\n</tr>\n<tr>\n<td>isAccordionOpen</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the accordion is open</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"table-constituentitems-within-modifiers\">Table: <code>constituentItems</code> (within <code>modifiers</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nutritionalInfo</td>\n<td>Object</td>\n<td>{ \"proteinCount\": { \"value\": 0, \"unit\": \"grams\" }, ... }</td>\n<td>Nutritional information</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>\"659fef729c402e8646f590a8\"</td>\n<td>Unique identifier of the constituent item</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>\"No Side2\"</td>\n<td>Name of the constituent item</td>\n</tr>\n<tr>\n<td>subCategoryId</td>\n<td>String</td>\n<td>\"659fee759c402e8646f58ff5\"</td>\n<td>Subcategory ID</td>\n</tr>\n<tr>\n<td>subCategoryNotInBilling</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Subcategory not in billing status</td>\n</tr>\n<tr>\n<td>subCategoryIsAddons</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Subcategory is addons status</td>\n</tr>\n<tr>\n<td>subCategoryAddOnASNormalItem</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Subcategory add on as normal item</td>\n</tr>\n<tr>\n<td>entityType</td>\n<td>String</td>\n<td>\"Addon\"</td>\n<td>Type of entity</td>\n</tr>\n<tr>\n<td>hasVariant</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity has variants</td>\n</tr>\n<tr>\n<td>isVariant</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity is a variant</td>\n</tr>\n<tr>\n<td>order</td>\n<td>Integer</td>\n<td>1</td>\n<td>Order of the entity</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Status of the entity (active/inactive)</td>\n</tr>\n<tr>\n<td>clusterStatus</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Cluster status</td>\n</tr>\n<tr>\n<td>duplicated</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity is duplicated</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>\"\"</td>\n<td>Description of the entity</td>\n</tr>\n<tr>\n<td>_extra</td>\n<td>Object</td>\n<td>{ \"aliasName\": null, \"aliasDescription\": null, ... }</td>\n<td>Extra information about the entity</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Array</td>\n<td>[\"veg\"]</td>\n<td>Tags for the entity</td>\n</tr>\n<tr>\n<td>aliases</td>\n<td>Array</td>\n<td>[]</td>\n<td>Aliases for the entity</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Number</td>\n<td>0</td>\n<td>Price of the entity</td>\n</tr>\n<tr>\n<td>isVeg</td>\n<td>Boolean</td>\n<td>true</td>\n<td>Indicates if the entity is vegetarian</td>\n</tr>\n<tr>\n<td>tableTab</td>\n<td>Array</td>\n<td>[ { \"tabId\": \"655e059f91bc2c0e7581d619\", ... } ]</td>\n<td>Table tab details</td>\n</tr>\n<tr>\n<td>inStock</td>\n<td>Boolean</td>\n<td>true</td>\n<td>In stock status</td>\n</tr>\n<tr>\n<td>packingCharge</td>\n<td>Number</td>\n<td>0</td>\n<td>Packing charge</td>\n</tr>\n<tr>\n<td>modifiers</td>\n<td>Array</td>\n<td>[]</td>\n<td>List of modifiers for the entity</td>\n</tr>\n<tr>\n<td>variants</td>\n<td>Array</td>\n<td>null</td>\n<td>Variants of the entity</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>Array</td>\n<td>[ { \"_id\": \"65a0e18d32a15d324d9be2cb\", ... } ]</td>\n<td>Taxes applicable to the entity</td>\n</tr>\n<tr>\n<td>image_url</td>\n<td>String</td>\n<td>\"<a href=\"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\">https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg</a>\"</td>\n<td>Image URL</td>\n</tr>\n<tr>\n<td>image_url_png</td>\n<td>String</td>\n<td>\"<a href=\"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\">https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png</a>\"</td>\n<td>PNG Image URL</td>\n</tr>\n<tr>\n<td>aggregator_image</td>\n<td>Array</td>\n<td>[]</td>\n<td>Aggregator images</td>\n</tr>\n<tr>\n<td>isVariantItem</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity is a variant item</td>\n</tr>\n<tr>\n<td>scheduler</td>\n<td>Object</td>\n<td>null</td>\n<td>Scheduler details</td>\n</tr>\n<tr>\n<td>allergens</td>\n<td>Array</td>\n<td>[]</td>\n<td>Allergen information</td>\n</tr>\n<tr>\n<td>servingInfo</td>\n<td>String</td>\n<td>null</td>\n<td>Serving information</td>\n</tr>\n<tr>\n<td>servingSize</td>\n<td>Object</td>\n<td>{ \"value\": 0, \"unit\": \"mg\" }</td>\n<td>Serving size details</td>\n</tr>\n<tr>\n<td>swiggyNutritionInfo</td>\n<td>Object</td>\n<td>{ \"spicyLevel\": null, \"sweetLevel\": null, ... }</td>\n<td>Swiggy nutrition information</td>\n</tr>\n<tr>\n<td>calorieCount</td>\n<td>Number</td>\n<td>0</td>\n<td>Calorie count</td>\n</tr>\n<tr>\n<td>isDefault</td>\n<td>Boolean</td>\n<td>false</td>\n<td>Indicates if the entity is default</td>\n</tr>\n<tr>\n<td>shelfLife</td>\n<td>Object</td>\n<td>{ \"value\": 0, \"unit\": \"\" }</td>\n<td>Shelf life details</td>\n</tr>\n<tr>\n<td>piecesPerKg</td>\n<td>Object</td>\n<td>{ \"min\": null, \"max\": null }</td>\n<td>Pieces per kilogram</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","name":"Online Order","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"ad317714-5355-42fd-8778-447bba7cc13f","name":"Standard Menu (Menu Sync API V2)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://18.140.214.202:9010/api/v1/online_order/standard_menu?tabtype=delivery&customer_key=149bb52fe05b0d8ef9ed13913ed2034d84056f9d661e6a841dc1bfec7451708e174c2b18f8ddb9e7a03fcd2d63b45939","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","online_order","standard_menu"],"query":[{"key":"tabtype","value":"delivery"},{"key":"customer_key","value":"149bb52fe05b0d8ef9ed13913ed2034d84056f9d661e6a841dc1bfec7451708e174c2b18f8ddb9e7a03fcd2d63b45939"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"categories\": [\n    {\n      \"id\": \"659fee779c402e8646f58ff8\",\n      \"name\": \"Food\",\n      \"description\": null,\n      \"order\": 6,\n      \"isActive\": true,\n      \"subCatOrders\": [\n        1,\n        2,\n        3,\n        4,\n        5,\n        6,\n        7,\n        8,\n        9,\n        10,\n        11,\n        12,\n        13,\n        14\n      ],\n      \"aliases\": [],\n      \"extra\": {\n        \"aliasName\": \"\",\n        \"aliasDescription\": null,\n        \"descriptionTranslation\": null,\n        \"isEgg\": false\n      },\n      \"subCategories\": [\n        {\n          \"id\": \"659fee799c402e8646f58ff9\",\n          \"name\": \"BREAKFAST\",\n          \"description\": null,\n          \"order\": 1,\n          \"isActive\": true,\n          \"isAddons\": false,\n          \"aliases\": null,\n          \"extra\": {\n            \"aliasName\": \"\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"notInBilling\": false,\n          \"entityOrders\": [\n            1,\n            2,\n            3,\n            4,\n            5,\n            6,\n            7\n          ],\n          \"entities\": [\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef769c402e8646f590c5\",\n              \"name\": \"BUFFALO CHICKEN SKILLET\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 1,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 355,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 355,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"BUFFALO CHICKEN SKILLET\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef769c402e8646f590c4\",\n              \"name\": \"PANCAKES\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 2,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 325,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 325,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"PANCAKES\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef769c402e8646f590c6\",\n              \"name\": \"CHICKEN AND CHEESE WRAP\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 3,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 375,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 375,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CHICKEN AND CHEESE WRAP\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef7f9c402e8646f590ca\",\n              \"name\": \"MUSHROOM ON TOAST\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 4,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 325,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 325,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MUSHROOM ON TOAST\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef7f9c402e8646f590cb\",\n              \"name\": \"BREAKFAST PLATTER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 5,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 355,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 355,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"BREAKFAST PLATTER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef7f9c402e8646f590cd\",\n              \"name\": \"Egg & Cheese Sandwich\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 6,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 335,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 335,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Egg & Cheese Sandwich\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef7f9c402e8646f590cc\",\n              \"name\": \"KEEMA QUESADILLA\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 7,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A grilled flour tortilla stuffed with your choice of seasoned grilled chicken, paneer or popcorn shrimp, pico de gallo and a blend of cheeses.Lamb// Chicken/ / Popcorn Shrimp\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": \"A grilled flour tortilla stuffed with your choice of seasoned grilled chicken, paneer or popcorn shrimp, pico de gallo and a blend of cheeses.Lamb// Chicken/ / Popcorn Shrimp\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 375,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 375,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"KEEMA QUESADILLA\"\n            }\n          ],\n          \"scheduler\": null,\n          \"originalName\": \"BREAKFAST\"\n        },\n        {\n          \"id\": \"659fee969c402e8646f59008\",\n          \"name\": \"ADDONS\",\n          \"description\": null,\n          \"order\": 2,\n          \"isActive\": true,\n          \"isAddons\": false,\n          \"aliases\": null,\n          \"extra\": {\n            \"aliasName\": \"\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"notInBilling\": false,\n          \"entityOrders\": [\n            1,\n            2,\n            3,\n            4,\n            5,\n            6,\n            7,\n            8,\n            9,\n            10,\n            11,\n            12,\n            13,\n            14,\n            15,\n            16,\n            17,\n            18,\n            19,\n            20,\n            21,\n            22,\n            23,\n            24,\n            25,\n            26,\n            27,\n            28\n          ],\n          \"entities\": [\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef899c402e8646f5912d\",\n              \"name\": \"Wrist Band Count\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 1,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Wrist Band Count\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef899c402e8646f5912d\",\n              \"name\": \"Wrist Band Count\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 2,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Wrist Band Count\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef899c402e8646f5912d\",\n              \"name\": \"Wrist Band Count\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 3,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Wrist Band Count\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593f4\",\n              \"name\": \"Add On Bsl Fish\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 4,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Grilled fish fillets seasoned with basil, served with house-made pico de gallo and french fries.�\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Bsl Fish\",\n                \"aliasDescription\": \"Grilled fish fillets seasoned with basil, served with house-made pico de gallo and french fries.�\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 120,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 120,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON BSL FISH\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593f6\",\n              \"name\": \"Add On Crisp Cx\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 5,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Crisp Cx\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 120,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 120,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON CRISP CX\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593f5\",\n              \"name\": \"Add On Grld Cx\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 6,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Grld Cx\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 120,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 120,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON GRLD CX\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593f6\",\n              \"name\": \"Add On Crisp Cx\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 7,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Crisp Cx\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 120,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 120,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON CRISP CX\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593f5\",\n              \"name\": \"Add On Grld Cx\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 8,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Grld Cx\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 120,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 120,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON GRLD CX\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593f8\",\n              \"name\": \"Add On Mozz Chz\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 9,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Golden crispy on the outside and cheesy goodness inside served with marinara sauce.\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Mozz Chz\",\n                \"aliasDescription\": \"Golden crispy on the outside and cheesy goodness inside served with marinara sauce.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON MOZZ CHZ\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593f7\",\n              \"name\": \"Add On Jalapeno\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 10,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Warm corn tortilla chips loaded with house-made pico de gallo, shredded lettuce, jalape�os, refried beans, queso, sour cream and salsa\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Jalapeno\",\n                \"aliasDescription\": \"Warm corn tortilla chips loaded with house-made pico de gallo, shredded lettuce, jalape�os, refried beans, queso, sour cream and salsa\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 120,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 120,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON JALAPENO\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593f8\",\n              \"name\": \"Add On Mozz Chz\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 11,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Golden crispy on the outside and cheesy goodness inside served with marinara sauce.\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Mozz Chz\",\n                \"aliasDescription\": \"Golden crispy on the outside and cheesy goodness inside served with marinara sauce.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON MOZZ CHZ\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593fb\",\n              \"name\": \"Add On Paneer\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 12,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Paneer\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 120,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 120,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON PANEER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593fc\",\n              \"name\": \"Add On Raitha\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 13,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Raitha\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON RAITHA\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593fa\",\n              \"name\": \"Add On Lamb Pty\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 14,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Lamb Pty\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 120,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 120,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON LAMB PTY\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593fc\",\n              \"name\": \"Add On Raitha\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 15,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Raitha\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON RAITHA\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593fe\",\n              \"name\": \"Add On Salsa\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 16,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Salsa\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON SALSA\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593fe\",\n              \"name\": \"Add On Salsa\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 17,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Salsa\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON SALSA\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593fd\",\n              \"name\": \"Add On Rf Beans\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 18,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Rf Beans\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON RF BEANS\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f593ff\",\n              \"name\": \"Add On Sh Mx Ch\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 19,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Sh Mx Ch\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON SH MX CH\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f59400\",\n              \"name\": \"Add On Shrimp\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 20,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Shrimp\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 120,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 120,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON SHRIMP\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe39c402e8646f59403\",\n              \"name\": \"Carrot Boat\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 21,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Carrot Boat\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CARROT BOAT\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f59401\",\n              \"name\": \"Add On Sour Crm\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 22,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Sour Crm\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON SOUR CRM\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe19c402e8646f59402\",\n              \"name\": \"Cucumber Boat\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 23,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Cucumber Boat\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CUCUMBER BOAT\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe39c402e8646f59403\",\n              \"name\": \"Carrot Boat\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 24,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Carrot Boat\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CARROT BOAT\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe39c402e8646f59405\",\n              \"name\": \"Add On Queso Sc\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 25,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Queso Sc\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON QUESO SC\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe39c402e8646f59407\",\n              \"name\": \"Add On Salan Gr\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 26,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Salan Gr\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON SALAN GR\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe39c402e8646f59406\",\n              \"name\": \"Add On Pico De\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 27,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Pico De\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON PICO DE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefe39c402e8646f59405\",\n              \"name\": \"Add On Queso Sc\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 28,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Add On Queso Sc\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD ON QUESO SC\"\n            }\n          ],\n          \"scheduler\": null,\n          \"originalName\": \"ADDONS\",\n          \"duplicateItem\": \"Add On Queso Sc\"\n        },\n        {\n          \"id\": \"659feec29c402e8646f59031\",\n          \"name\": \"Free Starter with Tower\",\n          \"description\": null,\n          \"order\": 3,\n          \"isActive\": true,\n          \"isAddons\": false,\n          \"aliases\": null,\n          \"extra\": {\n            \"aliasName\": \"\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"notInBilling\": false,\n          \"entityOrders\": [\n            1,\n            2,\n            3,\n            4,\n            5,\n            6,\n            7,\n            8,\n            9,\n            10,\n            11,\n            12,\n            13,\n            14,\n            15,\n            16,\n            17\n          ],\n          \"entities\": [\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f5922e\",\n              \"name\": \"FALAFALA BITES FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 1,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"FALAFALA BITES FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59230\",\n              \"name\": \"FRENCH FRIES FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 2,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"FRENCH FRIES FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f5922f\",\n              \"name\": \"CHIP & SALSA FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 3,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CHIP & SALSA FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59233\",\n              \"name\": \"CRISPY TENDERS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 4,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CRISPY TENDERS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59231\",\n              \"name\": \"ONION RINGS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 5,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ONION RINGS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59231\",\n              \"name\": \"ONION RINGS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 6,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ONION RINGS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59231\",\n              \"name\": \"ONION RINGS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 7,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ONION RINGS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59231\",\n              \"name\": \"ONION RINGS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 8,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ONION RINGS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59232\",\n              \"name\": \"CHIPOTLE CHICKEN SKEWERS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 9,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CHIPOTLE CHICKEN SKEWERS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59235\",\n              \"name\": \"ULTIMATE NACHOS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 10,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ULTIMATE NACHOS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59235\",\n              \"name\": \"ULTIMATE NACHOS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 11,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ULTIMATE NACHOS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59235\",\n              \"name\": \"ULTIMATE NACHOS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 12,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ULTIMATE NACHOS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59235\",\n              \"name\": \"ULTIMATE NACHOS FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 13,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ULTIMATE NACHOS FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59237\",\n              \"name\": \"SPINACH ARTICHOKE DIP FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 14,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"This rich, cheesy classic is served with warm tortilla chips, carrots and red peppers\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": \"This rich, cheesy classic is served with warm tortilla chips, carrots and red peppers\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SPINACH ARTICHOKE DIP FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59236\",\n              \"name\": \"JALAPENO PEPPER BITES FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 15,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Spicy jalape�os and cheddar cheese tossed in a light panko crumb-coating. Served hot and crispy with southwestern ranch dressing.\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": \"Spicy jalape�os and cheddar cheese tossed in a light panko crumb-coating. Served hot and crispy with southwestern ranch dressing.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"JALAPENO PEPPER BITES FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59237\",\n              \"name\": \"SPINACH ARTICHOKE DIP FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 16,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"This rich, cheesy classic is served with warm tortilla chips, carrots and red peppers\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": \"This rich, cheesy classic is served with warm tortilla chips, carrots and red peppers\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SPINACH ARTICHOKE DIP FREE STARTER WITH TOWER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa59c402e8646f59237\",\n              \"name\": \"SPINACH ARTICHOKE DIP FREE STARTER WITH TOWER\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 17,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"This rich, cheesy classic is served with warm tortilla chips, carrots and red peppers\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": \"This rich, cheesy classic is served with warm tortilla chips, carrots and red peppers\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SPINACH ARTICHOKE DIP FREE STARTER WITH TOWER\"\n            }\n          ],\n          \"scheduler\": null,\n          \"originalName\": \"Free Starter with Tower\",\n          \"duplicateItem\": \"SPINACH ARTICHOKE DIP FREE STARTER WITH TOWER\"\n        },\n        {\n          \"id\": \"659feec39c402e8646f59033\",\n          \"name\": \"Sharables Combo\",\n          \"description\": null,\n          \"order\": 4,\n          \"isActive\": true,\n          \"isAddons\": false,\n          \"aliases\": null,\n          \"extra\": {\n            \"aliasName\": \"\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"notInBilling\": false,\n          \"entityOrders\": [\n            1\n          ],\n          \"entities\": [\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefa69c402e8646f59239\",\n              \"name\": \"Ultimate Nachos Veg\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 1,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 525,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 525,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Ultimate Nachos Veg\"\n            }\n          ],\n          \"scheduler\": null,\n          \"originalName\": \"Sharables Combo\"\n        },\n        {\n          \"id\": \"659feee19c402e8646f59047\",\n          \"name\": \"Burger\",\n          \"description\": null,\n          \"order\": 5,\n          \"isActive\": true,\n          \"isAddons\": false,\n          \"aliases\": null,\n          \"extra\": {\n            \"aliasName\": \"\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"notInBilling\": false,\n          \"entityOrders\": [\n            1,\n            2,\n            3,\n            4,\n            5,\n            6,\n            7,\n            8\n          ],\n          \"entities\": [\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59347\",\n              \"name\": \"Classic Burger Chicken\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 1,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A burger as only we can serve up. Choose a lamb patty or grilled chicken breast with crisp lettuce, fresh-sliced tomatoes,onion, jalape�os, cheese and vour favorite sauce or seasoning\",\n              \"_extra\": {\n                \"aliasName\": \"Classic Burger Chicken\",\n                \"aliasDescription\": \"A burger as only we can serve up. Choose a lamb patty or grilled chicken breast with crisp lettuce, fresh-sliced tomatoes,onion, jalape�os, cheese and vour favorite sauce or seasoning\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 545,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 545,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f59347_1704980085_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CLASSIC BURGER CHICKEN\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59347\",\n              \"name\": \"Classic Burger Chicken\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 2,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A burger as only we can serve up. Choose a lamb patty or grilled chicken breast with crisp lettuce, fresh-sliced tomatoes,onion, jalape�os, cheese and vour favorite sauce or seasoning\",\n              \"_extra\": {\n                \"aliasName\": \"Classic Burger Chicken\",\n                \"aliasDescription\": \"A burger as only we can serve up. Choose a lamb patty or grilled chicken breast with crisp lettuce, fresh-sliced tomatoes,onion, jalape�os, cheese and vour favorite sauce or seasoning\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 545,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 545,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f59347_1704980085_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CLASSIC BURGER CHICKEN\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59348\",\n              \"name\": \"Buffalo Ranch Chicken Burger\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 3,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Our breaded chicken fillets are cooked to a golden crisp, covered with cheese, jalape�os, ranch dressing and our signature Medium sauce, then topped with lettuce, tomatoes and onions.\",\n              \"_extra\": {\n                \"aliasName\": \"Buffalo Ranch Chicken Burger\",\n                \"aliasDescription\": \"Our breaded chicken fillets are cooked to a golden crisp, covered with cheese, jalape�os, ranch dressing and our signature Medium sauce, then topped with lettuce, tomatoes and onions.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 545,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 545,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f59348_1704980085_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"BUFFALO RANCH CHICKEN BURGER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59348\",\n              \"name\": \"Buffalo Ranch Chicken Burger\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 4,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Our breaded chicken fillets are cooked to a golden crisp, covered with cheese, jalape�os, ranch dressing and our signature Medium sauce, then topped with lettuce, tomatoes and onions.\",\n              \"_extra\": {\n                \"aliasName\": \"Buffalo Ranch Chicken Burger\",\n                \"aliasDescription\": \"Our breaded chicken fillets are cooked to a golden crisp, covered with cheese, jalape�os, ranch dressing and our signature Medium sauce, then topped with lettuce, tomatoes and onions.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 545,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 545,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f59348_1704980085_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"BUFFALO RANCH CHICKEN BURGER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcd9c402e8646f59349\",\n              \"name\": \"Jack Daddy Burger\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 5,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Two lamb patties are stacked with a breaded chicken fillet, jalape�os and a blend of cheeses, while crispy onion rings and our southwestern ranch dressing add the final touch to this mouthwatering burger.\",\n              \"_extra\": {\n                \"aliasName\": \"Jack Daddy Burger\",\n                \"aliasDescription\": \"Two lamb patties are stacked with a breaded chicken fillet, jalape�os and a blend of cheeses, while crispy onion rings and our southwestern ranch dressing add the final touch to this mouthwatering burger.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 695,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 695,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcd9c402e8646f59349_1704980085_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"JACK DADDY BURGER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcd9c402e8646f5934c\",\n              \"name\": \"Veggie Burger\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 6,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"This seasoned veggie burger is topped with your choice of cheese, jalape�os and southwestern ranch dressing.\",\n              \"_extra\": {\n                \"aliasName\": \"Veggie Burger\",\n                \"aliasDescription\": \"This seasoned veggie burger is topped with your choice of cheese, jalape�os and southwestern ranch dressing.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 445,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 445,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcd9c402e8646f5934c_1704980085_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"VEGGIE BURGER\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcd9c402e8646f5934a\",\n              \"name\": \"Classic Burger Lamb\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 7,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A burger as only we can serve up. Choose a lamb patty or grilled chicken breast with crisp lettuce, fresh-sliced tomatoes,onion, jalape�os, cheese and vour favorite sauce or seasoning\",\n              \"_extra\": {\n                \"aliasName\": \"Classic Burger Lamb\",\n                \"aliasDescription\": \"A burger as only we can serve up. Choose a lamb patty or grilled chicken breast with crisp lettuce, fresh-sliced tomatoes,onion, jalape�os, cheese and vour favorite sauce or seasoning\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 595,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 595,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcd9c402e8646f5934a_1704980085_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CLASSIC BURGER LAMB\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcd9c402e8646f5934b\",\n              \"name\": \"Nacho Lamb Burger\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 8,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Desert Heat seasoned lamb patties are covered with tortilla chips, a blend of cheeses and southwestern ranch dressing, with jalape�os and house-made pico de gallo to add even more flavor.\",\n              \"_extra\": {\n                \"aliasName\": \"Nacho Lamb Burger\",\n                \"aliasDescription\": \"Desert Heat seasoned lamb patties are covered with tortilla chips, a blend of cheeses and southwestern ranch dressing, with jalape�os and house-made pico de gallo to add even more flavor.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 595,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 595,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcd9c402e8646f5934b_1704980085_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"NACHO LAMB BURGER\"\n            }\n          ],\n          \"scheduler\": null,\n          \"originalName\": \"Burger\",\n          \"duplicateItem\": \"Buffalo Ranch Chicken Burger\"\n        },\n        {\n          \"id\": \"659feee39c402e8646f59048\",\n          \"name\": \"Wrap\",\n          \"description\": null,\n          \"order\": 6,\n          \"isActive\": true,\n          \"isAddons\": false,\n          \"aliases\": null,\n          \"extra\": {\n            \"aliasName\": \"\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"notInBilling\": false,\n          \"entityOrders\": [\n            1,\n            2,\n            3\n          ],\n          \"entities\": [\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcd9c402e8646f5934e\",\n              \"name\": \"Buffalo Ranch Chicken Wrap\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 1,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Crispy chicken drizzled with our signature medium sauce and ranch dressing, then rolled up with a blend of cheeses, fresh lettuce, pico de gallo in a large flour tortilla.\",\n              \"_extra\": {\n                \"aliasName\": \"Buffalo Ranch Chicken Wrap\",\n                \"aliasDescription\": \"Crispy chicken drizzled with our signature medium sauce and ranch dressing, then rolled up with a blend of cheeses, fresh lettuce, pico de gallo in a large flour tortilla.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 475,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 475,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcd9c402e8646f5934e_1704980085_addons\",\n                \"659fefcd9c402e8646f5934e_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"BUFFALO RANCH CHICKEN WRAP\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcd9c402e8646f59350\",\n              \"name\": \"Paneer Wrap\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 2,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A large flour tortilla filled with grilled paneer, a blend of cheeses, fresh lettuce, pico de gallo and topped with our Honey BBQ sauce.\",\n              \"_extra\": {\n                \"aliasName\": \"Paneer Wrap\",\n                \"aliasDescription\": \"A large flour tortilla filled with grilled paneer, a blend of cheeses, fresh lettuce, pico de gallo and topped with our Honey BBQ sauce.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 475,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 475,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcd9c402e8646f59350_1704980085_addons\",\n                \"659fefcd9c402e8646f59350_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"PANEER WRAP\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcd9c402e8646f5934f\",\n              \"name\": \"Classic Chicken Wrap\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 3,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"This large, soft tortilla wrap is stuffed with our juicy grilled chicken, a blend of flavourful cheeses, freash lettuce, pico de gallo and favourite sauce or seasoning.\",\n              \"_extra\": {\n                \"aliasName\": \"Classic Chicken Wrap\",\n                \"aliasDescription\": \"This large, soft tortilla wrap is stuffed with our juicy grilled chicken, a blend of flavourful cheeses, freash lettuce, pico de gallo and favourite sauce or seasoning.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 475,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 475,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcd9c402e8646f5934f_1704980085_addons\",\n                \"659fefcd9c402e8646f5934f_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CLASSIC CHICKEN WRAP\"\n            }\n          ],\n          \"scheduler\": null,\n          \"originalName\": \"Wrap\"\n        }\n      ],\n      \"scheduler\": null,\n      \"originalName\": \"Food\"\n    },\n    {\n      \"id\": \"659fee7a9c402e8646f58ffb\",\n      \"name\": \"Sides & Dips\",\n      \"description\": null,\n      \"order\": 7,\n      \"isActive\": true,\n      \"subCatOrders\": [\n        1,\n        2,\n        3\n      ],\n      \"aliases\": [],\n      \"extra\": {\n        \"aliasName\": \"\",\n        \"aliasDescription\": null,\n        \"descriptionTranslation\": null,\n        \"isEgg\": false\n      },\n      \"subCategories\": [\n        {\n          \"id\": \"659fee7c9c402e8646f58ffc\",\n          \"name\": \"1 Oz Sauce\",\n          \"description\": null,\n          \"order\": 1,\n          \"isActive\": true,\n          \"isAddons\": false,\n          \"aliases\": null,\n          \"extra\": {\n            \"aliasName\": \"\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"notInBilling\": false,\n          \"entityOrders\": [\n            1,\n            2,\n            3,\n            4,\n            5,\n            6,\n            7,\n            8,\n            9,\n            10,\n            11,\n            12,\n            13,\n            14,\n            15,\n            16,\n            17,\n            18,\n            19,\n            20,\n            21,\n            22,\n            23,\n            24,\n            25,\n            26,\n            27,\n            28,\n            29,\n            30,\n            31,\n            32,\n            33\n          ],\n          \"entities\": [\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef7f9c402e8646f590d4\",\n              \"name\": \"SAUCE SAMPLING\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 1,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 0,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 0,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SAUCE SAMPLING\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f59184\",\n              \"name\": \"Blazin Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 2,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Reaper pepper with intense heat.\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": \"Reaper pepper with intense heat.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Blazin Sauce\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f59184\",\n              \"name\": \"Blazin Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 3,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Reaper pepper with intense heat.\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": \"Reaper pepper with intense heat.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Blazin Sauce\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f59184\",\n              \"name\": \"Blazin Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 4,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Reaper pepper with intense heat.\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": \"Reaper pepper with intense heat.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Blazin Sauce\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f59185\",\n              \"name\": \"Southwest Ranch Dressing\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 5,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Southwest Ranch Dressing\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f59185\",\n              \"name\": \"Southwest Ranch Dressing\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 6,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Southwest Ranch Dressing\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f59188\",\n              \"name\": \"Marinara Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 7,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Marinara Sauce\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f59188\",\n              \"name\": \"Marinara Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 8,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Marinara Sauce\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f59188\",\n              \"name\": \"Marinara Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 9,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"Marinara Sauce\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f5918b\",\n              \"name\": \"ADD BLUE CHEESE DRESSING\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 10,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD BLUE CHEESE DRESSING\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f5918b\",\n              \"name\": \"ADD BLUE CHEESE DRESSING\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 11,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADD BLUE CHEESE DRESSING\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdb9c402e8646f593d1\",\n              \"name\": \"Parmesan Garlic Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 12,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Roasted garlic and parmesan sauce with Italian herbs.\",\n              \"_extra\": {\n                \"aliasName\": \"Parmesan Garlic Sauce\",\n                \"aliasDescription\": \"Roasted garlic and parmesan sauce with Italian herbs.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"PARMESAN GARLIC SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdb9c402e8646f593d2\",\n              \"name\": \"Honey Bbq Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 13,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Honey Bbq Sauce\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"HONEY BBQ SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdb9c402e8646f593d3\",\n              \"name\": \"Medium Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 14,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Classic wing sauce, comfortably hot.\",\n              \"_extra\": {\n                \"aliasName\": \"Medium Sauce\",\n                \"aliasDescription\": \"Classic wing sauce, comfortably hot.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MEDIUM SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdb9c402e8646f593d3\",\n              \"name\": \"Medium Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 15,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Classic wing sauce, comfortably hot.\",\n              \"_extra\": {\n                \"aliasName\": \"Medium Sauce\",\n                \"aliasDescription\": \"Classic wing sauce, comfortably hot.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MEDIUM SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdb9c402e8646f593d4\",\n              \"name\": \"Spicy Garlic Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 16,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Spicy and garlicky\",\n              \"_extra\": {\n                \"aliasName\": \"Spicy Garlic Sauce\",\n                \"aliasDescription\": \"Spicy and garlicky\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SPICY GARLIC SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593d6\",\n              \"name\": \"Asian Zing Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 17,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A chili pepper, soy and ginger sauce.\",\n              \"_extra\": {\n                \"aliasName\": \"Asian Zing Sauce\",\n                \"aliasDescription\": \"A chili pepper, soy and ginger sauce.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ASIAN ZING SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593d7\",\n              \"name\": \"Hot Bbq Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 18,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Rich bbQwith a touch of heat\",\n              \"_extra\": {\n                \"aliasName\": \"Hot Bbq Sauce\",\n                \"aliasDescription\": \"Rich bbQwith a touch of heat\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"HOT BBQ SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593d7\",\n              \"name\": \"Hot Bbq Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 19,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Rich bbQwith a touch of heat\",\n              \"_extra\": {\n                \"aliasName\": \"Hot Bbq Sauce\",\n                \"aliasDescription\": \"Rich bbQwith a touch of heat\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"HOT BBQ SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593da\",\n              \"name\": \"Thai Curry Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 20,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Bold flavours with a bite: sweet chilies blended with spices coconut and curry\",\n              \"_extra\": {\n                \"aliasName\": \"Thai Curry Sauce\",\n                \"aliasDescription\": \"Bold flavours with a bite: sweet chilies blended with spices coconut and curry\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"non-veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": false,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"THAI CURRY SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593db\",\n              \"name\": \"Mango Honey Bbq Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 21,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"The new mix of sweet and spicy\",\n              \"_extra\": {\n                \"aliasName\": \"Mango Honey Bbq Sauce\",\n                \"aliasDescription\": \"The new mix of sweet and spicy\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MANGO HONEY BBQ SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593db\",\n              \"name\": \"Mango Honey Bbq Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 22,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"The new mix of sweet and spicy\",\n              \"_extra\": {\n                \"aliasName\": \"Mango Honey Bbq Sauce\",\n                \"aliasDescription\": \"The new mix of sweet and spicy\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MANGO HONEY BBQ SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593dc\",\n              \"name\": \"Hot Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 23,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Classic wing sauce, exhilarating heat.\",\n              \"_extra\": {\n                \"aliasName\": \"Hot Sauce\",\n                \"aliasDescription\": \"Classic wing sauce, exhilarating heat.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"HOT SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593df\",\n              \"name\": \"Carolina Reaper Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 24,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Carolina Reaper Sauce\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"CAROLINA REAPER SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593de\",\n              \"name\": \"Dragon Fire Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 25,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Ghost pepper with a zing,\",\n              \"_extra\": {\n                \"aliasName\": \"Dragon Fire Sauce\",\n                \"aliasDescription\": \"Ghost pepper with a zing,\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"DRAGON FIRE SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593de\",\n              \"name\": \"Dragon Fire Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 26,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Ghost pepper with a zing,\",\n              \"_extra\": {\n                \"aliasName\": \"Dragon Fire Sauce\",\n                \"aliasDescription\": \"Ghost pepper with a zing,\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"DRAGON FIRE SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593e0\",\n              \"name\": \"Wild Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 27,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Classic wing sauce, blisterin heat\",\n              \"_extra\": {\n                \"aliasName\": \"Wild Sauce\",\n                \"aliasDescription\": \"Classic wing sauce, blisterin heat\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"WILD SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593dd\",\n              \"name\": \"Mango Habanero Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 28,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Feel the burn, savor the sweet.\",\n              \"_extra\": {\n                \"aliasName\": \"Mango Habanero Sauce\",\n                \"aliasDescription\": \"Feel the burn, savor the sweet.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MANGO HABANERO SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593dd\",\n              \"name\": \"Mango Habanero Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 29,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Feel the burn, savor the sweet.\",\n              \"_extra\": {\n                \"aliasName\": \"Mango Habanero Sauce\",\n                \"aliasDescription\": \"Feel the burn, savor the sweet.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MANGO HABANERO SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593e1\",\n              \"name\": \"Salt And Vinegar Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 30,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"its all in the name\",\n              \"_extra\": {\n                \"aliasName\": \"Salt And Vinegar Sauce\",\n                \"aliasDescription\": \"its all in the name\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SALT AND VINEGAR SEASONINGS\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593e2\",\n              \"name\": \"Peri Peri Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 31,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n              \"_extra\": {\n                \"aliasName\": \"Peri Peri Sauce\",\n                \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"PERI PERI SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdd9c402e8646f593e4\",\n              \"name\": \"Dessert Heat Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 32,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n              \"_extra\": {\n                \"aliasName\": \"Dessert Heat Sauce\",\n                \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"DESSERT HEAT SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefdf9c402e8646f593f1\",\n              \"name\": \"Lemon Pepper Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 33,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Citrus Zest with Blac\",\n              \"_extra\": {\n                \"aliasName\": \"Lemon Pepper Sauce\",\n                \"aliasDescription\": \"Citrus Zest with Blac\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"LEMON PEPPER SEASONINGS\"\n            }\n          ],\n          \"scheduler\": null,\n          \"originalName\": \"1 Oz Sauce\",\n          \"duplicateItem\": \"Mango Habanero Sauce\"\n        },\n        {\n          \"id\": \"659feeae9c402e8646f59021\",\n          \"name\": \"Sides\",\n          \"description\": null,\n          \"order\": 2,\n          \"isActive\": true,\n          \"isAddons\": false,\n          \"aliases\": null,\n          \"extra\": {\n            \"aliasName\": \"\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"notInBilling\": false,\n          \"entityOrders\": [\n            1,\n            2,\n            3,\n            4,\n            5,\n            6,\n            7,\n            8,\n            9,\n            10,\n            11,\n            12,\n            13,\n            14,\n            15\n          ],\n          \"entities\": [\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fef939c402e8646f5918a\",\n              \"name\": \"ADDON CC BOAT\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 1,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": null,\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 60,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 60,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"ADDON CC BOAT\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933b\",\n              \"name\": \"Side French Fries\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 2,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n              \"_extra\": {\n                \"aliasName\": \"Side French Fries\",\n                \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 150,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 150,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933b_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDE FRENCH FRIES\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933b\",\n              \"name\": \"Side French Fries\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 3,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n              \"_extra\": {\n                \"aliasName\": \"Side French Fries\",\n                \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 150,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 150,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933b_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDE FRENCH FRIES\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933d\",\n              \"name\": \"Sides Onion Rings\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 4,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n              \"_extra\": {\n                \"aliasName\": \"Sides Onion Rings\",\n                \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 185,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 185,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933d_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDES ONION RINGS\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933d\",\n              \"name\": \"Sides Onion Rings\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 5,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n              \"_extra\": {\n                \"aliasName\": \"Sides Onion Rings\",\n                \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 185,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 185,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933d_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDES ONION RINGS\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933d\",\n              \"name\": \"Sides Onion Rings\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 6,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n              \"_extra\": {\n                \"aliasName\": \"Sides Onion Rings\",\n                \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 185,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 185,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933d_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDES ONION RINGS\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933d\",\n              \"name\": \"Sides Onion Rings\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 7,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n              \"_extra\": {\n                \"aliasName\": \"Sides Onion Rings\",\n                \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 185,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 185,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933d_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDES ONION RINGS\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933e\",\n              \"name\": \"Side Flavored Rice\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 8,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Side Flavored Rice\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 150,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 150,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDE FLAVORED RICE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933c\",\n              \"name\": \"Side Potato Wedges\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 9,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n              \"_extra\": {\n                \"aliasName\": \"Side Potato Wedges\",\n                \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 165,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 165,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933c_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDE POTATO WEDGES\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933f\",\n              \"name\": \"Grilled Veggies\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 10,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Grilled Veggies\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 150,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 150,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"GRILLED VEGGIES\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933c\",\n              \"name\": \"Side Potato Wedges\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 11,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n              \"_extra\": {\n                \"aliasName\": \"Side Potato Wedges\",\n                \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 165,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 165,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933c_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDE POTATO WEDGES\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933c\",\n              \"name\": \"Side Potato Wedges\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 12,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n              \"_extra\": {\n                \"aliasName\": \"Side Potato Wedges\",\n                \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 165,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 165,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933c_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDE POTATO WEDGES\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f5933c\",\n              \"name\": \"Side Potato Wedges\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 13,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n              \"_extra\": {\n                \"aliasName\": \"Side Potato Wedges\",\n                \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 165,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 165,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [\n                \"659fefcc9c402e8646f5933c_1704980090_addons\"\n              ],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDE POTATO WEDGES\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59340\",\n              \"name\": \"Side Salad (Caesar)\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 14,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Side Salad (Caesar)\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 175,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 175,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"SIDE SALAD (CAESAR)\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59341\",\n              \"name\": \"Mashed Potatoes With Pepper Sauced\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 15,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Mashed Potatoes With Pepper Sauced\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 150,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 150,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MASHED POTATOES WITH PEPPER SAUCED\"\n            }\n          ],\n          \"scheduler\": null,\n          \"originalName\": \"Sides\",\n          \"duplicateItem\": \"Side Potato Wedges\"\n        },\n        {\n          \"id\": \"659feedf9c402e8646f59044\",\n          \"name\": \"Dips\",\n          \"description\": null,\n          \"order\": 3,\n          \"isActive\": true,\n          \"isAddons\": false,\n          \"aliases\": null,\n          \"extra\": {\n            \"aliasName\": \"\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"notInBilling\": false,\n          \"entityOrders\": [\n            1,\n            2,\n            3,\n            4,\n            5,\n            6\n          ],\n          \"entities\": [\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59343\",\n              \"name\": \"Mint Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 1,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Mint Sauce\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 40,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 40,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MINT SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59343\",\n              \"name\": \"Mint Sauce\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 2,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Mint Sauce\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 40,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 40,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"MINT SAUCE\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59344\",\n              \"name\": \"Lemon Garlic Aioli\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 3,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Lemon Garlic Aioli\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 40,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 40,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"LEMON GARLIC AIOLI\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59345\",\n              \"name\": \"Ranch\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 4,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Ranch\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 40,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 40,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"RANCH\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59345\",\n              \"name\": \"Ranch\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 5,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Ranch\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 40,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 40,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"RANCH\"\n            },\n            {\n              \"nutritionalInfo\": {\n                \"proteinCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fatCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"fiberCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"carbohydrateCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                },\n                \"calorieCount\": {\n                  \"value\": 0,\n                  \"unit\": \"grams\"\n                }\n              },\n              \"id\": \"659fefcc9c402e8646f59346\",\n              \"name\": \"Blue Cheese\",\n              \"subCategoryId\": null,\n              \"subCategoryNotInBilling\": null,\n              \"subCategoryIsAddons\": null,\n              \"subCategoryAddOnASNormalItem\": null,\n              \"entityType\": \"catalogue\",\n              \"hasVariant\": false,\n              \"isVariant\": false,\n              \"order\": 6,\n              \"isActive\": true,\n              \"clusterStatus\": true,\n              \"duplicated\": false,\n              \"description\": \"\",\n              \"_extra\": {\n                \"aliasName\": \"Blue Cheese\",\n                \"aliasDescription\": null,\n                \"descriptionTranslation\": null,\n                \"isEgg\": false\n              },\n              \"tags\": [\n                \"veg\"\n              ],\n              \"aliases\": [],\n              \"price\": 40,\n              \"isVeg\": true,\n              \"tableTab\": [\n                {\n                  \"tabId\": \"655e059f91bc2c0e7581d619\",\n                  \"itemRate\": 40,\n                  \"itemStatus\": \"active\"\n                }\n              ],\n              \"inStock\": null,\n              \"packingCharge\": null,\n              \"modifiers\": [],\n              \"variants\": [],\n              \"taxes\": [\n                {\n                  \"_id\": \"65a0e18d32a15d324d9be2cb\",\n                  \"name\": \"GST\",\n                  \"taxCode\": null,\n                  \"type\": \"percentage\",\n                  \"value\": 5,\n                  \"isCharge\": false,\n                  \"isNonRemovable\": false,\n                  \"isGSTOSC\": false,\n                  \"isGST\": true,\n                  \"applicableOn\": null,\n                  \"cascadingTaxes\": [],\n                  \"isAggregator\": false\n                }\n              ],\n              \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n              \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n              \"aggregator_image\": [],\n              \"isVariantItem\": false,\n              \"scheduler\": null,\n              \"allergens\": null,\n              \"servingInfo\": \"1to2people\",\n              \"servingSize\": {\n                \"value\": 0,\n                \"unit\": \"mg\"\n              },\n              \"swiggyNutritionInfo\": {\n                \"spicyLevel\": null,\n                \"sweetLevel\": null,\n                \"boneProperty\": null,\n                \"gravyProperty\": null,\n                \"seasionIngredent\": null,\n                \"servingPeople\": null,\n                \"servingSize\": null,\n                \"accompaniments\": null\n              },\n              \"calorieCount\": 0,\n              \"isDefault\": false,\n              \"shelfLife\": {\n                \"value\": 0,\n                \"unit\": \"\"\n              },\n              \"piecesPerKg\": {\n                \"min\": null,\n                \"max\": null\n              },\n              \"originalName\": \"BLUE CHEESE\"\n            }\n          ],\n          \"scheduler\": null,\n          \"originalName\": \"Dips\",\n          \"duplicateItem\": \"Ranch\"\n        }\n      ],\n      \"scheduler\": null,\n      \"originalName\": \"Sides & Dips\"\n    }\n  ],\n  \"modifiers\": [\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcc9c402e8646f59347_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Classic Burger Chicken\",\n      \"original_name\": \"Choose From SIDE. for Classic Burger Chicken\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcc9c402e8646f59348_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Buffalo Ranch Chicken Burger\",\n      \"original_name\": \"Choose From SIDE. for Buffalo Ranch Chicken Burger\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59349_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Jack Daddy Burger\",\n      \"original_name\": \"Choose From SIDE. for Jack Daddy Burger\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f5934c_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Veggie Burger\",\n      \"original_name\": \"Choose From SIDE. for Veggie Burger\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f5934a_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Classic Burger Lamb\",\n      \"original_name\": \"Choose From SIDE. for Classic Burger Lamb\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f5934b_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Nacho Lamb Burger\",\n      \"original_name\": \"Choose From SIDE. for Nacho Lamb Burger\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f5934e_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Buffalo Ranch Chicken Wrap\",\n      \"original_name\": \"Choose From SIDE. for Buffalo Ranch Chicken Wrap\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f5934e_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Buffalo Ranch Chicken Wrap\",\n      \"original_name\": \"Choose From SEASONING. for Buffalo Ranch Chicken Wrap\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59350_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Paneer Wrap\",\n      \"original_name\": \"Choose From SIDE. for Paneer Wrap\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59350_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Paneer Wrap\",\n      \"original_name\": \"Choose From SEASONING. for Paneer Wrap\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f5934f_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Classic Chicken Wrap\",\n      \"original_name\": \"Choose From SIDE. for Classic Chicken Wrap\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f5934f_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Classic Chicken Wrap\",\n      \"original_name\": \"Choose From SEASONING. for Classic Chicken Wrap\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59351_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Crispy Tenders\",\n      \"original_name\": \"Choose From SIDE. for Crispy Tenders\",\n      \"min\": 0,\n      \"max\": 13,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 13,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59351_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Crispy Tenders\",\n      \"original_name\": \"Choose From SEASONING. for Crispy Tenders\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59352_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Chicken Parmesan\",\n      \"original_name\": \"Choose From SIDE. for Chicken Parmesan\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59352_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Chicken Parmesan\",\n      \"original_name\": \"Choose From SEASONING. for Chicken Parmesan\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59353_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Grilled Pesto Fish\",\n      \"original_name\": \"Choose From SIDE. for Grilled Pesto Fish\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59353_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Grilled Pesto Fish\",\n      \"original_name\": \"Choose From SEASONING. for Grilled Pesto Fish\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59355_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Cheddar Jack Pepper Steak\",\n      \"original_name\": \"Choose From SIDE. for Cheddar Jack Pepper Steak\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59355_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Cheddar Jack Pepper Steak\",\n      \"original_name\": \"Choose From SEASONING. for Cheddar Jack Pepper Steak\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59354_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Grilled Tenderlion Steak\",\n      \"original_name\": \"Choose From SIDE. for Grilled Tenderlion Steak\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59354_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Grilled Tenderlion Steak\",\n      \"original_name\": \"Choose From SEASONING. for Grilled Tenderlion Steak\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59356_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Grilled Paneer Steak\",\n      \"original_name\": \"Choose From SIDE. for Grilled Paneer Steak\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59356_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Grilled Paneer Steak\",\n      \"original_name\": \"Choose From SEASONING. for Grilled Paneer Steak\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcf9c402e8646f5935a_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Peri Peri Grilled Prawns\",\n      \"original_name\": \"Choose From SIDE. for Peri Peri Grilled Prawns\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcf9c402e8646f5935a_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Peri Peri Grilled Prawns\",\n      \"original_name\": \"Choose From SEASONING. for Peri Peri Grilled Prawns\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59357_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Chipotle Chicken Skewer\",\n      \"original_name\": \"Choose From SIDE. for Chipotle Chicken Skewer\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcd9c402e8646f59357_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Chipotle Chicken Skewer\",\n      \"original_name\": \"Choose From SEASONING. for Chipotle Chicken Skewer\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcf9c402e8646f5935b_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Fish & Chips\",\n      \"original_name\": \"Choose From SIDE. for Fish & Chips\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcf9c402e8646f5935b_1704980090_addons\",\n      \"name\": \"Choose From SEASONING. for Fish & Chips\",\n      \"original_name\": \"Choose From SEASONING. for Fish & Chips\",\n      \"min\": 0,\n      \"max\": 9,\n      \"order\": 2,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cd\",\n          \"name\": \"Salt And Vinegar Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Salt And Vinegar Seasoning\",\n            \"aliasDescription\": \"its all in the name\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ce\",\n          \"name\": \"Chipotle Bbq Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Chipotle Bbq Seasoning\",\n            \"aliasDescription\": \"A Blend of fire- Roasted Chipotle Pepper & BBQ Flavour\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593d0\",\n          \"name\": \"Dessert Heat Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Dessert Heat Seasoning\",\n            \"aliasDescription\": \"A fiery combination of peppers with a sweet, dry touch of smoke.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cf\",\n          \"name\": \"Peri Peri Seasoning\",\n          \"subCategoryId\": \"659fee7a9c402e8646f58ffa\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Peri Peri Seasoning\",\n            \"aliasDescription\": \"A delicious combo of pungent and savory spices with a healthy kick of heat\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 9,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    },\n    {\n      \"type\": \"Addon\",\n      \"_id\": \"659fefcf9c402e8646f59359_1704980085_addons\",\n      \"name\": \"Choose From SIDE. for Grilled Paneer Skewer\",\n      \"original_name\": \"Choose From SIDE. for Grilled Paneer Skewer\",\n      \"min\": 0,\n      \"max\": 14,\n      \"order\": 1,\n      \"isActive\": true,\n      \"aliases\": [],\n      \"constituentItems\": [\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fef729c402e8646f590a8\",\n          \"name\": \"No Side2\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 1,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": null,\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 2,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 3,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 4,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c7\",\n          \"name\": \"Side Caesar Salad\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 5,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Side Caesar Salad\",\n            \"aliasDescription\": \"A bed of fresh romaine topped with shredded parmesan cheese and croutons.Tossed in a caesar dressing.�\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 6,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593cb\",\n          \"name\": \"Grilled Veggies Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 7,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Grilled Veggies Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c6\",\n          \"name\": \"Onion Rings Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 8,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Onion Rings Side\",\n            \"aliasDescription\": \"Breaded and fried to a golden crisp, these thickcut onion rings are served with a side of southwestern ranch dressing.\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 9,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c8\",\n          \"name\": \"French Fries Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 10,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"French Fries Side\",\n            \"aliasDescription\": \"Fresh, Crispy and Perfect for sharing.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593ca\",\n          \"name\": \"Mashed Potato With Pepper Sauce\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 11,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Mashed Potato With Pepper Sauce\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdb9c402e8646f593c9\",\n          \"name\": \"Potato Wedges Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 12,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Potato Wedges Side\",\n            \"aliasDescription\": \"A sharable portion of lightly seasoned and spiced potato wedges fried until crispy.Add your favourite dry seasoning for INR. 60\",\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593ea\",\n          \"name\": \"Flavored Rice Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 13,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"Flavored Rice Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        },\n        {\n          \"nutritionalInfo\": {\n            \"proteinCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fatCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"fiberCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"carbohydrateCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            },\n            \"calorieCount\": {\n              \"value\": 0,\n              \"unit\": \"grams\"\n            }\n          },\n          \"id\": \"659fefdf9c402e8646f593eb\",\n          \"name\": \"No Side\",\n          \"subCategoryId\": \"659fee759c402e8646f58ff5\",\n          \"subCategoryNotInBilling\": false,\n          \"subCategoryIsAddons\": true,\n          \"subCategoryAddOnASNormalItem\": false,\n          \"entityType\": \"Addon\",\n          \"hasVariant\": false,\n          \"isVariant\": false,\n          \"order\": 14,\n          \"isActive\": true,\n          \"clusterStatus\": true,\n          \"duplicated\": false,\n          \"description\": \"\",\n          \"_extra\": {\n            \"aliasName\": \"No Side\",\n            \"aliasDescription\": null,\n            \"descriptionTranslation\": null,\n            \"isEgg\": false\n          },\n          \"tags\": [\n            \"veg\"\n          ],\n          \"aliases\": [],\n          \"price\": 0,\n          \"isVeg\": true,\n          \"tableTab\": [\n            {\n              \"tabId\": \"655e059f91bc2c0e7581d619\",\n              \"itemRate\": 0,\n              \"itemStatus\": \"active\"\n            }\n          ],\n          \"inStock\": true,\n          \"packingCharge\": 0,\n          \"modifiers\": [],\n          \"variants\": null,\n          \"taxes\": [\n            {\n              \"_id\": \"65a0e18d32a15d324d9be2cb\",\n              \"name\": \"GST\",\n              \"taxCode\": null,\n              \"type\": \"percentage\",\n              \"value\": 5,\n              \"isCharge\": false,\n              \"isNonRemovable\": false,\n              \"isGSTOSC\": false,\n              \"isGST\": true,\n              \"applicableOn\": null,\n              \"cascadingTaxes\": [],\n              \"isAggregator\": false\n            }\n          ],\n          \"image_url\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_jpg.jpeg\",\n          \"image_url_png\": \"https://itemsposistnet.s3.ap-south-1.amazonaws.com/common_image/image_png.png\",\n          \"aggregator_image\": [],\n          \"isVariantItem\": false,\n          \"scheduler\": null,\n          \"allergens\": [],\n          \"servingInfo\": null,\n          \"servingSize\": {\n            \"value\": 0,\n            \"unit\": \"mg\"\n          },\n          \"swiggyNutritionInfo\": {\n            \"spicyLevel\": null,\n            \"sweetLevel\": null,\n            \"boneProperty\": null,\n            \"gravyProperty\": null,\n            \"seasionIngredent\": null,\n            \"servingPeople\": null,\n            \"servingSize\": null,\n            \"accompaniments\": null\n          },\n          \"calorieCount\": 0,\n          \"isDefault\": false,\n          \"shelfLife\": {\n            \"value\": 0,\n            \"unit\": \"\"\n          },\n          \"piecesPerKg\": {\n            \"min\": null,\n            \"max\": null\n          }\n        }\n      ],\n      \"image\": null,\n      \"multiplePunchMin\": 0,\n      \"multiplePunchMax\": 14,\n      \"multiplePunchMaxItem\": 1,\n      \"isPackagingType\": false,\n      \"isAccordionOpen\": false\n    }\n  ],\n  \"charges\": [],\n  \"boxComboMapping\": [],\n  \"settings\": {\n    \"send_categories\": false\n  }\n}\n"}],"_postman_id":"4e4a17cd-ae34-4970-9a28-7fb3c7b6b867"},{"name":"Out of Stock Via Aggregator Out of Stock Panel","id":"bd7ff520-9743-4cc6-bd43-96e7ca4bcc0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Basic <AUTH KEY>"}],"url":"https://BASE URL/api/v1/online_order/out_of_stock_items_standard?customer_key=<CUSTOMER KEY>&tabtype=delivery&tabId=<TAB ID>","urlObject":{"protocol":"https","path":["api","v1","online_order","out_of_stock_items_standard"],"host":["BASE URL"],"query":[{"key":"customer_key","value":"<CUSTOMER KEY>"},{"key":"tabtype","value":"delivery"},{"key":"tabId","value":"<TAB ID>"}],"variable":[]}},"response":[{"id":"08bbdfd3-8baf-42fb-918e-5b37edb67010","name":"Out of Stock Via Aggregator Out of Stock Panel","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic <AUTH>"}],"url":{"raw":"https://BASE URL/api/v1/online_order/out_of_stock_items_standard?customer_key=<CUSTOMER KEY>&tabtype=delivery&tabId=<TAB ID>","protocol":"https","host":["BASE URL"],"path":["api","v1","online_order","out_of_stock_items_standard"],"query":[{"key":"customer_key","value":"<CUSTOMER KEY>"},{"key":"tabtype","value":"delivery"},{"key":"tabId","value":"<TAB ID>"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"baseItem_id\": \"68ee2fd111eebd10d00a87cf\",\n        \"type\": \"item\",\n        \"status\": \"out_of_stock\"\n    },\n    {\n        \"baseItem_id\": \"68ee2fd111eebd10d00a87ce\",\n        \"type\": \"item\",\n        \"status\": \"out_of_stock\"\n    },\n    {\n        \"baseItem_id\": \"68ee2fd164c8136ba3d67fe1\",\n        \"type\": \"item\",\n        \"status\": \"out_of_stock\"\n    },\n    {\n        \"baseItem_id\": \"69b25ca5780a856f24406628\",\n        \"type\": \"item\",\n        \"status\": \"out_of_stock\"\n    }\n]"}],"_postman_id":"bd7ff520-9743-4cc6-bd43-96e7ca4bcc0c"}],"id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8","description":"<p>For customers to order on any web ordering platform (Restroworks Online ordering partners), Restroworks provides API’s to be integrated with POS backend for seamless customer and cashier experience. The API’s allows the retailer to directly accept the order on POS and no need to visit any third-party application to accept the orders. It can also provide the status of events like order acceptance, food in preparation, food ready, food delivered etc back to the customer as well. The API details is explained in the document below. The document also provides best practices to be followed for ideal customer and cashier experience.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3bf3c76b-0201-484e-90b8-1a3030d36047","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ce3e1fd7-8488-4144-96f7-8c256849bcb8","type":"text/javascript","exec":[""]}}],"_postman_id":"f46e1d54-1962-433a-a9d0-eb1d9a2265f8"},{"name":"Delivery","item":[{"name":"Assign Order to delivery","id":"836c318f-37f1-4aeb-a35e-e3437adb0cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"Uzxcvbnmlkjhgfdsa123456789\",\n    \"merchant_id\": \"(if specified) 123456789poiuytrewq\",\n    \"customer_mobile\": \"8586936365\",\n    \"customer_address\": \"63/12 Kirti Nagar\",\n    \"customer_locality\": \"Rama Road\",\n    \"customer_name\": \"Rajat Sharma\",\n    \"order_id\": \"bcba78b6-b620-688c-1d75-da3bb2ab1ab6-74f26dbe-049e-4547d2fed033-3\",\n    \"bill_amount\": 800,\n    \"order_number\": 12,\n    \"restaurant_name\": \"Starvin Marvin\",\n    \"restaurant_address\": \"23 Gurgaon\",\n    \"delivery_boy_name\": \"Kshitij\",\n    \"delivery_boy_mobile\": \"8586053807\"\n}","options":{"raw":{"language":"json"}}},"url":"webhook.url","description":"<p>This hook will notify the integrated partner whenever a delivery order is assigned to a delivery boy from POS.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   customer_key: \"Uzxcvbnmlkjhgfdsa123456789\",\n   merchant_id: \"(if specified) 123456789poiuytrewq\",\n   customer_mobile: \"8586936365\",\n   customer_address: \"63/12 Kirti Nagar\",\n   customer_locality: \"Rama Road\",\n   customer_name: \"Rajat Sharma\",\n   order_id: \"bcba78b6-b620-688c-1d75-da3bb2ab1ab6-74f26dbe-049e-4547d2fed033-3\",\n   bill_amount: 800,\n   order_number: 12,\n   restaurant_name: \"Starvin Marvin\",\n   restaurant_address: \"23 Gurgaon\",\n   delivery_boy_name: \"Kshitij\",\n   delivery_boy_mobile: \"8586053807\"    \n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0f665a27-2917-40d8-809c-356d9992164b","id":"0f665a27-2917-40d8-809c-356d9992164b","name":"Delivery","type":"folder"}},"urlObject":{"host":["webhook","url"],"query":[],"variable":[]}},"response":[{"id":"3138c879-a29b-41e7-a442-633186874437","name":"Assign Order to delivery","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"Uzxcvbnmlkjhgfdsa123456789\",\n    \"merchant_id\": \"(if specified) 123456789poiuytrewq\",\n    \"customer_mobile\": \"8586936365\",\n    \"customer_address\": \"63/12 Kirti Nagar\",\n    \"customer_locality\": \"Rama Road\",\n    \"customer_name\": \"Rajat Sharma\",\n    \"order_id\": \"bcba78b6-b620-688c-1d75-da3bb2ab1ab6-74f26dbe-049e-4547d2fed033-3\",\n    \"bill_amount\": 800,\n    \"order_number\": 12,\n    \"restaurant_name\": \"Starvin Marvin\",\n    \"restaurant_address\": \"23 Gurgaon\",\n    \"delivery_boy_name\": \"Kshitij\",\n    \"delivery_boy_mobile\": \"8586053807\"\n}","options":{"raw":{"language":"json"}}},"url":"webhook.url"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"836c318f-37f1-4aeb-a35e-e3437adb0cfe"},{"name":"Assign Delivery Person","id":"0d55d489-5f83-4a1f-a485-b6f46688c040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"1235136\",\n    \"delivery_boy_name\": \"Rajat Sharma\",\n    \"delivery_boy_mobile\": 9999999999 \n}","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/delivery/assign?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"<p>This api is used to assgin delviery person to an order.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0f665a27-2917-40d8-809c-356d9992164b","id":"0f665a27-2917-40d8-809c-356d9992164b","name":"Delivery","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","delivery","assign"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[],"_postman_id":"0d55d489-5f83-4a1f-a485-b6f46688c040"},{"name":"Order Delivery Accepted","id":"1fe41409-2dfe-4f71-9b85-f58146b9a097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"1235136\",\n    \"timestamp\": 1477650398492\n}","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/delivery/accepted?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"<p>This api is used to update order status when delivery gets accepted by delviery person.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0f665a27-2917-40d8-809c-356d9992164b","id":"0f665a27-2917-40d8-809c-356d9992164b","name":"Delivery","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","delivery","accepted"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[],"_postman_id":"1fe41409-2dfe-4f71-9b85-f58146b9a097"},{"name":"Order Delivery Rejected","id":"fb1933f7-3768-421f-9e19-98aff2c4c03f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"1235136\",\n    \"timestamp\": 1477650398492,\n\t\"delivery_boy_name\": \"Rajat Sharma\",\n\t\"reason\": \"Expected longer delivery time.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/delivery/rejected?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"<p>This api is used to update order when it is rejected by delivery person.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0f665a27-2917-40d8-809c-356d9992164b","id":"0f665a27-2917-40d8-809c-356d9992164b","name":"Delivery","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","delivery","rejected"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[],"_postman_id":"fb1933f7-3768-421f-9e19-98aff2c4c03f"},{"name":"Order Picked Up","id":"3d154588-d0e7-4ac6-95e5-1686742eb4bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"1235136\",\n\t\"timestamp\": 1477650398492\n}","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/delivery/picked_up?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"<p>This api is used to update order status when delivery person picks up the order</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0f665a27-2917-40d8-809c-356d9992164b","id":"0f665a27-2917-40d8-809c-356d9992164b","name":"Delivery","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","delivery","picked_up"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[],"_postman_id":"3d154588-d0e7-4ac6-95e5-1686742eb4bd"},{"name":"Order Delivered","id":"4589b12e-67cb-40eb-aa8f-25769d522227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"1235136\",\n\t\"timestamp\": 1477650398492\n}","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/delivery/delivered?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0f665a27-2917-40d8-809c-356d9992164b","id":"0f665a27-2917-40d8-809c-356d9992164b","name":"Delivery","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","delivery","delivered"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[],"_postman_id":"4589b12e-67cb-40eb-aa8f-25769d522227"},{"name":"Tracking Url","id":"a1fb6fea-a3e0-4791-8503-af34bbd3ec39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"1235136\",\n    \"tracking_url\": \"http://track.posist.net/45re6U\"\n}","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/delivery/tracking?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","description":"<p>This api used to send a tracking url to order dashboard in POS.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0f665a27-2917-40d8-809c-356d9992164b","id":"0f665a27-2917-40d8-809c-356d9992164b","name":"Delivery","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","delivery","tracking"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[],"_postman_id":"a1fb6fea-a3e0-4791-8503-af34bbd3ec39"},{"name":"Get Delivery info","id":"beebe62b-54c8-405e-a145-09664c4dd66f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order\":\"41175237\"\n}"},"url":"http://18.140.214.202:9010/api/v1/delivery/get_delivery_info?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0f665a27-2917-40d8-809c-356d9992164b","id":"0f665a27-2917-40d8-809c-356d9992164b","name":"Delivery","type":"folder"}},"urlObject":{"protocol":"http","port":"9010","path":["api","v1","delivery","get_delivery_info"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}],"variable":[]}},"response":[{"id":"2ed3fa9e-78ce-403f-9bde-a0933b514347","name":"Get Delivery info","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic U0p6VE54WjhnOjdrRSs3OURiVUgybG9LN1RNaGtmaHRXVHlqOWsyRU15YXU2MDFjTGd2MnM9"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order\":\"41175237\"\n}"},"url":{"raw":"http://18.140.214.202:9010/api/v1/delivery/get_delivery_info?customer_key=<<OUTLET_UNIQUE_CUSTOMER_KEY>>","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","delivery","get_delivery_info"],"query":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"632c4c1a6d58e152255f9ddb\",\n        \"deployment_id\": \"5dc3efc6e724d5c030ef98d1\",\n        \"customer_key\": \"05f0a6cc02094a0a1ae4385365ee28181872bff4a1748ded72f1bf3c000dc6e69275643e67ba0024a4ff0e0d69cb5f1f\",\n        \"partner_name\": \"oneclick\",\n        \"billNumber\": \"48\",\n        \"orderId\": \"f9439556-f052-2915-b401-4e36a05d2620-ca39b870-33ff-fc9f4dee017d-48\",\n        \"datetime\": \"2022-09-22T11:50:50.917Z\",\n        \"__v\": 0,\n        \"partner_order_id\": \"41175237\",\n        \"acceptedTime\": \"2022-09-22T11:53:01.772Z\",\n        \"trackingUrl\": \"https://prod.1click2deliver.com/track?t=MTY3NzcwMDc=\",\n        \"deliveryBoyMobile\": \"1234567890\",\n        \"deliveryBoyName\": \"UAT\",\n        \"status\": \"rider-assigned\",\n        \"deliveryHistoryData\": [],\n        \"isLogistics\": true,\n        \"deliveryBoyInfo\": [],\n        \"rejection\": []\n    }\n]"}],"_postman_id":"beebe62b-54c8-405e-a145-09664c4dd66f"}],"id":"0f665a27-2917-40d8-809c-356d9992164b","description":"<p>The Delivery Integration API is a robust and adaptable solution designed to optimize delivery operations for businesses in the restaurant industry. By connecting with multiple delivery service providers, this API streamlines order dispatching, real-time tracking, and delivery management, enhancing overall customer satisfaction and operational efficiency.</p>\n<p>Key Features:</p>\n<ol>\n<li>Multi-provider support: Integrate with various delivery service providers, enabling centralized management of all delivery operations from a single platform.</li>\n<li>Real-time tracking: Monitor delivery progress with live updates, providing accurate and timely information to both your team and your customers.</li>\n</ol>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"378e080c-1f2d-464f-85a7-eda8149c93b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e802f2ca-6bbc-4dec-84a0-3139595944fa","type":"text/javascript","exec":[""]}}],"_postman_id":"0f665a27-2917-40d8-809c-356d9992164b"},{"name":"Loyalty Integration","item":[{"name":"Get Loyalty Customer Details","id":"fe41d47e-fecf-47b8-993e-7cbd4c96d051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"sadfghjkl\",\n    \"merchant_id\": \"abcdfgh\",\n    \"customer_mobile\": \"8586936365\",\n    \"country_code\": \"+91\"\n}","options":{"raw":{"language":"json"}}},"url":"http://yourapi.endpoint.com","description":"<p>This API is called to fetch the customer loyalty point / coupons informations associated with that mobile number</p>\n<h3 id=\"request-payload\">Request Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"customer_key\": \"&lt;customer key&gt;\",\n    \"customer_mobile\": \"9999999999\",\n    \"customer_loyalty_id\": \"\",\n    \"country_code\": \"+91\",\n    \"countrycode\": \"+91\",\n    \"table_number\": 3,\n    \"customerMetaData\": {\n        \"firstname\": \"kshitij\",\n        \"lastname\": \"agrawal\",\n        \"email\": \"kshitij@restroworks.com\",\n        \"customer_loyalty_id\":\"19846464\",\n        \"mobile\":\"8586053807\"\n    }\n}\n\n</code></pre>\n<h3 id=\"payload-mapping\">Payload Mapping</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Payload Field</th>\n<th>Partner Fields</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_key</td>\n<td>Store Identifier – Posist id</td>\n</tr>\n<tr>\n<td>merchant_id</td>\n<td>Org ID – Provided by Partner</td>\n</tr>\n<tr>\n<td>customer_mobile</td>\n<td>customer Mobile Number</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>Country Code</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"supported-success-response\">Supported Success Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\": 200,\n  \"response\": {\n    \"customerMetaData\": {\n      \"firstname\": \"KSHITIJ\",\n      \"lastname\": \"AGRAWAL\",\n      \"email\": \"kshitij@restroworks.com\"\n    },\n    \"loyalty_points\": 10000,\n    \"allow_redemption_today\": true,\n    \"min_bill_for_redemption\": 100,\n    \"redemption_cap_on_max_bill_percentage\": 30,\n    \"coupons\": [\n      {\n        \"coupon_name\": \"Act now &amp; save Rs.300 on your Valentine’s Day Dinner\",\n        \"coupon_code\": \"300OFF\",\n        \"discount_on\": \"bill\",\n        \"discount_type\": \"percentage\",\n        \"discount_value\": 80,\n        \"max_discount\": \"100\",\n        \"special_offer\": false,\n        \"extra_fields\": [\n          {\n            \"name\": \"Reward Type\",\n            \"value\": \"Promotion\"\n          }\n        ]\n      },\n      {\n        \"coupon_name\": \"200₹ off on entire purchase\",\n        \"coupon_code\": \"200OFF\",\n        \"discount_on\": \"bill\",\n        \"discount_type\": \"fixed\",\n        \"min_bill_amount_for_redemption\": \"\",\n        \"discount_value\": 200,\n        \"special_offer\": false,\n        \"extra_fields\": [\n          {\n            \"name\": \"Points Value\",\n            \"value\": 1000\n          },\n          {\n            \"name\": \"Reward Type\",\n            \"value\": \"LoyaltyPointTier\"\n          }\n        ]\n      },\n      {\n        \"coupon_name\": \"10% off on entire purchase\",\n        \"coupon_code\": \"10PERCENT\",\n        \"discount_on\": \"bill\",\n        \"discount_type\": \"percentage\",\n        \"discount_value\": 10,\n        \"special_offer\": false,\n        \"max_discount\": 100,\n        \"extra_fields\": [\n          {\n            \"name\": \"Points Value\",\n            \"value\": 5000\n          },\n          {\n            \"name\": \"Reward Type\",\n            \"value\": \"LoyaltyPointTier\"\n          }\n        ]\n      },\n      {\n        \"coupon_name\": \"10 OFF\",\n        \"coupon_code\": \"10OFF\",\n        \"discount_type\": \"offer\",\n        \"offer_name\": \"15% discount on Burgers\",\n        \"special_offer\": false,\n        \"authentication\": false,\n        \"extra_fields\": [\n          {\n            \"name\": \"Points Value\",\n            \"value\": 1000\n          },\n          {\n            \"name\": \"Reward Type\",\n            \"value\": \"LoyaltyPointTier\"\n          }\n        ]\n      },\n      {\n        \"coupon_name\": \"10 OFF\",\n        \"coupon_code\": \"10OFF\",\n        \"discount_type\": \"offer\",\n        \"offer_loyalty_id\": \"vtg562ndgakfye\",\n        \"special_offer\": false,\n        \"authentication\": false,\n        \"extra_fields\": [\n          {\n            \"name\": \"Points Value\",\n            \"value\": 1000\n          },\n          {\n            \"name\": \"Reward Type\",\n            \"value\": \"LoyaltyPointTier\"\n          }\n        ]\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h3 id=\"success-response-mapping\">Success Response Mapping</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Payload Field</th>\n<th>Partner Fields</th>\n<th>Remark</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status_code</td>\n<td>response&gt;status&gt;code</td>\n<td></td>\n</tr>\n<tr>\n<td>response&gt;loyalty_points</td>\n<td>response&gt;customer&gt;loyalty_points</td>\n<td></td>\n</tr>\n<tr>\n<td>response&gt;coupons&gt;coupon_name</td>\n<td>response&gt;customer&gt;coupons&gt;coupon&gt;description</td>\n<td>If Redeemed = false and valid_till</td>\n</tr>\n<tr>\n<td>response&gt;coupons&gt;coupon_code</td>\n<td>response&gt;customer&gt;coupons&gt;coupon&gt;code</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"supported-failure-response\">Supported Failure Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">jsonCopy code{\n  \"status_code\": 400,\n  \"response\": {\n    \"message\": \"Cannot find customer for provided mobile/external-id/e-mail/id\"\n  }\n}\n\n</code></pre>\n<h3 id=\"failure-response-mapping\">Failure Response Mapping</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Payload Field</th>\n<th>Partner Fields</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status_code</td>\n<td>400</td>\n</tr>\n<tr>\n<td>response&gt;message</td>\n<td>response&gt;customer&gt;item_status&gt;message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","host":["yourapi","endpoint","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe41d47e-fecf-47b8-993e-7cbd4c96d051"},{"name":"POS customer Details","id":"f18ee21f-1b4f-41cc-9561-d1ab773f4594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"name\": \"Rajat\",\n        \"mobile\": \"8586936365\",\n        \"address\": \"test1test2\",\n        \"email\": \"\",\n        \"city\": \"Jgd\",\n        \"dob\": \"\"\n    },\n    \"merchant_id\": \"partner side merchant id\",\n    \"customer_key\": \"your cutsomer key\"\n}","options":{"raw":{"language":"json"}}},"url":"http://yourapi.endpoint.url","description":"<p>Need to develop web-hook for POSSIT POS customer Add events which will call Partner’s Customer Add API and get the required fields from API response to send the response back to POS.</p>\n<h3 id=\"request-payload\">Request Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"customer\": {\n    \"name\": \"Customer name\",\n    \"mobile\": \"9999999999\",\n    \"address\": \"test1test2\",\n    \"email\": \"\",\n    \"city\": \"Jgd\",\n    \"dob\": \"\"\n  },\n  \"merchant_id\": \"partner side merchant id\",\n  \"customer_key\": \"your customer key\"\n}\n\n</code></pre>\n<h3 id=\"payload-mapping\">Payload Mapping</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Payload Field</th>\n<th>Partner Fields</th>\n<th>Field Type</th>\n<th>Remark</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_key</td>\n<td>Store Identifier</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>merchant_id</td>\n<td>Org ID</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>firstname</td>\n<td>Standard</td>\n<td></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>mobile</td>\n<td>Standard</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>area</td>\n<td>extended</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>email</td>\n<td>Standard</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>city</td>\n<td>extended</td>\n<td></td>\n</tr>\n<tr>\n<td>dob</td>\n<td>dob_date</td>\n<td>extended</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"supported-success-response\">Supported Success Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\": 200,\n  \"response\": {\n    \"message\": \"Customer successfully captured\"\n  }\n}\n\n</code></pre>\n<h3 id=\"supported-failure-response\">Supported Failure Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\": 400,\n  \"response\": {\n    \"message\": \"Message explaining the error\"\n  }\n}\n\n</code></pre>\n<h3 id=\"failure-response-mapping\">Failure Response Mapping</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>POSSIT Field</th>\n<th>Partner Fields</th>\n<th>Remark</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status_code</td>\n<td>200/400</td>\n<td>For failure error code 400</td>\n</tr>\n<tr>\n<td>response&gt;message</td>\n<td>response&gt;customer&gt;item_status&gt;message</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","host":["yourapi","endpoint","url"],"query":[],"variable":[]}},"response":[],"_postman_id":"f18ee21f-1b4f-41cc-9561-d1ab773f4594"},{"name":"Authenticate points redemption","id":"2a42219e-dc64-4030-9a6a-90cef641313c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_mobile\": \"8586936365\",\n    \"points\": 10,\n    \"purpose\": \"redeem_loyalty_points\",\n\t\"transaction\": {\n        \"id\": \"52300058-216e-b9ba-cca5-d1c91bc7c5ac-edc6423c-be4e-61df9ac942e8-128\",\n        \"items\": [\n            {\n                \"name\": \"Oats Crusted Baked Chicken\",\n                \"id\": \"598af2379165e15030b7ca13\",\n                \"rate\": 200,\n                \"quantity\": 1,\n                \"subtotal\": 200,\n                \"category\": \"SINGLE TACO\"\n            },\n            {\n                \"name\": \"PULLED PORK\",\n                \"id\": \"594128886f2367ec00e8343c\",\n                \"rate\": 150,\n                \"quantity\": 1,\n                \"subtotal\": 150,\n                \"category\": \"SINGLE TACO\"\n            }\n        ],\n        \"gross_amount\": 434,\n        \"amount\": 434,\n        \"type\": \"DINE-IN\",\n        \"number\": \"T1-128\"\n    },\n\t\"merchant_id\": \"partner side merchant id\",\n\t\"customer_key\": \"partner customer key\"\n}","options":{"raw":{"language":"json"}}},"url":"http://yourapi.endpoint.com","description":"<h3 id=\"request-payload\">Request Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"customer_mobile\": \"8586936365\",\n  \"points\": 10,\n  \"purpose\": \"redeem_loyalty_points\",\n  \"transaction\": {\n    \"id\": \"52300058-216e-b9ba-cca5-d1c91bc7c5ac-edc6423c-be4e-61df9ac942e8-128\",\n    \"items\": [\n      {\n        \"name\": \"Oats Crusted Baked Chicken\",\n        \"id\": \"598af2379165e15030b7ca13\",\n        \"rate\": 200,\n        \"quantity\": 1,\n        \"subtotal\": 200,\n        \"category\": \"SINGLE TACO\"\n      },\n      {\n        \"name\": \"PULLED PORK\",\n        \"id\": \"594128886f2367ec00e8343c\",\n        \"rate\": 150,\n        \"quantity\": 1,\n        \"subtotal\": 150,\n        \"category\": \"SINGLE TACO\"\n      }\n    ],\n    \"gross_amount\": 434,\n    \"amount\": 434,\n    \"type\": \"DINE-IN\",\n    \"number\": \"T1-128\"\n  },\n  \"merchant_id\": \"partner side merchant id\",\n  \"customer_key\": \"partner customer key\"\n}\n\n</code></pre>\n<h3 id=\"success-response\">Success Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\": 200,\n  \"response\": {\n    \"points_value\": 10\n  }\n}\n\n</code></pre>\n<h3 id=\"success-response-if-the-otp-is-not-required-for-the-redemption-request\">Success Response If the OTP is not required for the redemption request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\": 200,\n  \"response\": {\n    \"points_value\": 10,\n    \"authentication\":false\n  }\n}\n\n</code></pre>\n<h3 id=\"error-response\">Error Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\": 400,\n  \"response\": {\n    \"message\": \"Customer does not have sufficient points\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","host":["yourapi","endpoint","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a42219e-dc64-4030-9a6a-90cef641313c"},{"name":"Loyalty Points Redemption","id":"a721047b-6c76-4127-8517-ddd62dd2f810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_mobile\": \"8586936365\",\n    \"points\": 10,\n    \"otp\": \"123456\",\n    \"transaction\": {\n        \"id\": \"52300058-216e-b9ba-cca5-d1c91bc7c5ac-edc6423c-be4e-61df9ac942e8-128\",\n        \"items\": [\n            {\n                \"name\": \"Oats Crusted Baked Chicken\",\n                \"id\": \"598af2379165e15030b7ca13\",\n                \"rate\": 200,\n                \"quantity\": 1,\n                \"subtotal\": 200,\n                \"category\": \"SINGLE TACO\"\n            },\n            {\n                \"name\": \"PULLED PORK\",\n                \"id\": \"594128886f2367ec00e8343c\",\n                \"rate\": 150,\n                \"quantity\": 1,\n                \"subtotal\": 150,\n                \"category\": \"SINGLE TACO\"\n            }\n        ],\n        \"gross_amount\": 434,\n        \"amount\": 434,\n        \"type\": \"DINE-IN\",\n        \"number\": \"T1-128\"\n    },\n\t\"merchant_id\": \"partner side merchant id\",\n\t\"customer_key\": \"partner customer key\"\n}","options":{"raw":{"language":"json"}}},"url":"http://yourapi.endpoint.com","description":"<h3 id=\"request-payload\">Request Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"customer_mobile\": \"8586936365\",\n  \"points\": 10,\n  \"otp\": \"123456\",\n  \"transaction\": {\n    \"id\": \"52300058-216e-b9ba-cca5-d1c91bc7c5ac-edc6423c-be4e-61df9ac942e8-128\",\n    \"items\": [\n      {\n        \"name\": \"Oats Crusted Baked Chicken\",\n        \"id\": \"598af2379165e15030b7ca13\",\n        \"rate\": 200,\n        \"quantity\": 1,\n        \"subtotal\": 200,\n        \"category\": \"SINGLE TACO\"\n      },\n      {\n        \"name\": \"PULLED PORK\",\n        \"id\": \"594128886f2367ec00e8343c\",\n        \"rate\": 150,\n        \"quantity\": 1,\n        \"subtotal\": 150,\n        \"category\": \"SINGLE TACO\"\n      }\n    ],\n    \"gross_amount\": 434,\n    \"amount\": 434,\n    \"type\": \"DINE-IN\",\n    \"number\": \"T1-128\"\n  },\n  \"merchant_id\": \"partner side merchant id\",\n  \"customer_key\": \"partner customer key\"\n}\n\n</code></pre>\n<h3 id=\"success-response\">Success Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\": 200,\n  \"response\": {\n    \"points_value\": 10\n  }\n}\n\n</code></pre>\n<h3 id=\"error-response\">Error Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  status_code:400, //any status code other than 200\n  response:{\n    message:\"Customer does not have sufficient points\"  //Message explaining error\n  }\n\n</code></pre>\n","urlObject":{"protocol":"http","host":["yourapi","endpoint","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a721047b-6c76-4127-8517-ddd62dd2f810"},{"name":"Get POS Bill Details","id":"b3c2c70d-a473-4e93-8507-4e26ba2605d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"YOUR_CUSTOMER_KEY\",\n    \"merchant_id\": \"132\",\n    \"merchant_username\": \".\",\n    \"coupon_code\": \"\",\n    \"country_code\": \"+91\",\n    \"countrycode\": \"+91\",\n    \"customer\": {\n        \"name\": \"kshitij\",\n        \"countrycode\": \"+91\",\n        \"mobile\": \"9898989898\",\n        \"address\": \" \",\n        \"email\": \"kshitij@posist.com\",\n        \"city\": \"Chandigarh Region 5\",\n        \"dob\": \"\",\n        \"anniversary_date\": \"\",\n        \"state\": \"Chandigarh\"\n    },\n    \"transaction\": {\n        \"id\": \"c079735c-4f2e-2145-425e-c9e72d679548-26ad8ce8-efca-fa696a95077e-22\",\n        \"number\": \"FUDR--22\",\n        \"type\": \"Dine In\",\n        \"tabName\": \"TAKE AWAY\",\n        \"payment_type\": \"Cash,DebitCard,CreditCard,Quick Wallet,Sodexo\",\n        \"coupon_code\": \"\",\n        \"bill_tender_type\": [\n            \"Cash\",\n            \"DebitCard\",\n            \"CreditCard\",\n            \"Quick Wallet\",\n            \"Sodexo\"\n        ],\n        \"gross_amount\": 348,\n        \"net_amount\": 316,\n        \"amount\": 348,\n        \"discount\": 0,\n        \"redemption\": {\n            \"redeemed_amount\": 0,\n            \"reward_id\": \"\"\n        },\n        \"order_time\": \"2025-02-14 13:37:51\",\n        \"items\": [\n            {\n                \"name\": \"ST Paneer Hot\",\n                \"id\": \"5f1ac4f79f9adca6122a576b\",\n                \"_id\": \"5f1ac9ca9f9adca6122a5a5d\",\n                \"rate\": 79,\n                \"quantity\": 1,\n                \"subtotal\": 79,\n                \"discount\": 0,\n                \"billDiscountAmount\": 0,\n                \"category\": \"SOFT TACOS VEG\",\n                \"superCategory\": \"TACO\",\n                \"addOns\": []\n            },\n            {\n                \"name\": \"Soft Panner Med\",\n                \"id\": \"5f1ac4f79f9adca6122a576a\",\n                \"_id\": \"5f1ac9ca9f9adca6122a5a61\",\n                \"rate\": 79,\n                \"quantity\": 1,\n                \"subtotal\": 79,\n                \"discount\": 0,\n                \"billDiscountAmount\": 0,\n                \"category\": \"SOFT TACOS VEG\",\n                \"superCategory\": \"TACO\",\n                \"addOns\": []\n            },\n            {\n                \"name\": \"Soft Bean Hot\",\n                \"id\": \"5f1ac4f69f9adca6122a5765\",\n                \"_id\": \"5f1ac9ca9f9adca6122a5a5e\",\n                \"rate\": 79,\n                \"quantity\": 1,\n                \"subtotal\": 79,\n                \"discount\": 0,\n                \"billDiscountAmount\": 0,\n                \"category\": \"SOFT TACOS VEG\",\n                \"superCategory\": \"TACO\",\n                \"addOns\": []\n            },\n            {\n                \"name\": \"Soft Bean Med\",\n                \"id\": \"5f1ac4f69f9adca6122a5763\",\n                \"_id\": \"5f1ac9ca9f9adca6122a5a60\",\n                \"rate\": 79,\n                \"quantity\": 1,\n                \"subtotal\": 79,\n                \"discount\": 0,\n                \"billDiscountAmount\": 0,\n                \"category\": \"SOFT TACOS VEG\",\n                \"superCategory\": \"TACO\",\n                \"addOns\": []\n            }\n        ],\n        \"addOns\": [],\n        \"comboItems\": [],\n        \"taxes\": [\n            {\n                \"name\": \"GST@5%\",\n                \"amount\": 15.8\n            }\n        ],\n        \"charges\": [\n            {\n                \"name\": \"Packing Charges\",\n                \"amount\": 15.8\n            }\n        ],\n        \"points_redeemed\": 0,\n        \"online_bill_source\": \"\",\n        \"source_order_id\": \"\",\n        \"table_number\": null,\n        \"waiter\": null,\n        \"delivery_boy\": null,\n        \"covers\": null,\n        \"do_not_award_points\": false,\n        \"payments\": {\n            \"cash\": [\n                45\n            ],\n            \"cards\": [\n                {\n                    \"cardType\": \"DebitCard\",\n                    \"totalAmount\": 80,\n                    \"detail\": [\n                        {\n                            \"amount\": 35,\n                            \"bankName\": \"Axis Bank\",\n                            \"bankType\": \"VISA\"\n                        },\n                        {\n                            \"amount\": 45,\n                            \"bankName\": \"Axis Bank\",\n                            \"bankType\": \"MASTER\"\n                        }\n                    ]\n                },\n                {\n                    \"cardType\": \"CreditCard\",\n                    \"totalAmount\": 23,\n                    \"detail\": [\n                        {\n                            \"amount\": 23,\n                            \"bankName\": \"Axis Bank\",\n                            \"bankType\": \"VISA\"\n                        }\n                    ]\n                },\n                {\n                    \"cardType\": \"Other\",\n                    \"totalAmount\": 162,\n                    \"detail\": [\n                        {\n                            \"amount\": 162,\n                            \"otherName\": \"Quick Wallet\"\n                        }\n                    ]\n                },\n                {\n                    \"cardType\": \"Online\",\n                    \"totalAmount\": 0,\n                    \"detail\": []\n                },\n                {\n                    \"cardType\": \"Coupon\",\n                    \"totalAmount\": 38,\n                    \"detail\": [\n                        {\n                            \"amount\": 38,\n                            \"couponName\": \"Sodexo\"\n                        }\n                    ]\n                },\n                {\n                    \"cardType\": \"BTC\",\n                    \"totalAmount\": 0,\n                    \"detail\": []\n                },\n                {\n                    \"cardType\": \"SmartCard\",\n                    \"totalAmount\": 0,\n                    \"detail\": []\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://yourapi.endpoint.com","description":"<p>The supported payload for this API request includes a JSON object with the following fields:</p>\n<ul>\n<li><p><code>merchant_id</code> (string): A unique identifier for the merchant associated with the transaction.</p>\n</li>\n<li><p><code>merchant_username</code> (string): The login ID of the merchant associated with the transaction.</p>\n</li>\n<li><p><code>customer_key</code> (string): A unique key that identifies the customer associated with the transaction.</p>\n</li>\n<li><p><code>customer</code> (object): An object containing details about the customer associated with the transaction, including name, mobile, address, email, city, state, and dob.</p>\n</li>\n<li><p><code>transaction</code> (object): An object containing details about the transaction, including the transaction ID, transaction number, bill link (URL to bill pdf), transaction type, payment type, gross amount, net amount, amount, discount, order time, online bill source, redemption details (redeemed amount and reward ID), items (an array of objects containing details about each item in the transaction, including name, ID, rate, quantity, subtotal, and category), taxes (an array of objects containing details about each tax applied to the transaction, including name and amount), and charges (an array of objects containing details about each additional charge applied to the transaction, including name and amount).</p>\n</li>\n</ul>\n<h2 id=\"1-top-level-keys\">1. Top-Level Keys</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer_key</code></td>\n<td>string</td>\n<td>\"c840f3cd893afa2246ab...\"</td>\n<td>Unique identifier for the customer</td>\n</tr>\n<tr>\n<td><code>merchant_id</code></td>\n<td>string</td>\n<td>\"132\"</td>\n<td>ID representing the merchant</td>\n</tr>\n<tr>\n<td><code>merchant_username</code></td>\n<td>string</td>\n<td>\"fudr\"</td>\n<td>Merchant’s username or handle</td>\n</tr>\n<tr>\n<td><code>coupon_code</code></td>\n<td>string</td>\n<td>\"\" (empty)</td>\n<td>Overall coupon code applied, if any</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string</td>\n<td>\"+91\"</td>\n<td>Country calling code</td>\n</tr>\n<tr>\n<td><code>countrycode</code></td>\n<td>string</td>\n<td>\"+91\"</td>\n<td>Another representation of country calling code</td>\n</tr>\n<tr>\n<td><code>customer</code></td>\n<td>object</td>\n<td><code>{ \"name\": \"kshitij\", ... }</code></td>\n<td>Customer-specific information</td>\n</tr>\n<tr>\n<td><code>transaction</code></td>\n<td>object</td>\n<td><code>{ \"id\": \"c079735c-4f2e-...\", ... }</code></td>\n<td>Main transaction details (items, amounts, payments, etc.)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"2-customer-object\">2. <code>customer</code> Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>\"kshitij\"</td>\n<td>Customer name</td>\n</tr>\n<tr>\n<td><code>countrycode</code></td>\n<td>string</td>\n<td>\"+91\"</td>\n<td>Customer’s country code</td>\n</tr>\n<tr>\n<td><code>mobile</code></td>\n<td>string</td>\n<td>\"8586053807\"</td>\n<td>Customer’s phone number</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>string</td>\n<td>\" \" (space)</td>\n<td>Customer’s address</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>\"<a href=\"https://null\">kshitij@posist.com</a>\"</td>\n<td>Customer’s email</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string</td>\n<td>\"Chandigarh Region 5\"</td>\n<td>Customer’s city</td>\n</tr>\n<tr>\n<td><code>dob</code></td>\n<td>string</td>\n<td>\"\" (empty)</td>\n<td>Date of birth (if any)</td>\n</tr>\n<tr>\n<td><code>anniversary_date</code></td>\n<td>string</td>\n<td>\"\" (empty)</td>\n<td>Anniversary date (if any)</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>string</td>\n<td>\"Chandigarh\"</td>\n<td>Customer’s state</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"3-transaction-object\">3. <code>transaction</code> Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>\"c079735c-4f2e-2145-425e-c9e72d679548-26ad8ce8-efca-fa696a95077e-22\"</td>\n<td>Unique transaction ID</td>\n</tr>\n<tr>\n<td><code>number</code></td>\n<td>string</td>\n<td>\"FUDR--22\"</td>\n<td>Transaction/bill reference</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>\"Dine In\"</td>\n<td>Type of transaction (Dine In, etc.)</td>\n</tr>\n<tr>\n<td><code>tabName</code></td>\n<td>string</td>\n<td>\"TAKE AWAY\"</td>\n<td>Additional label or tab name</td>\n</tr>\n<tr>\n<td><code>payment_type</code></td>\n<td>string</td>\n<td>\"Cash,DebitCard,CreditCard,Quick Wallet,Sodexo\"</td>\n<td>Comma-separated list of payment methods</td>\n</tr>\n<tr>\n<td><code>coupon_code</code></td>\n<td>string</td>\n<td>\"\" (empty)</td>\n<td>Coupon code applied, if any</td>\n</tr>\n<tr>\n<td><code>bill_tender_type</code></td>\n<td>array of strings</td>\n<td>[\"Cash\",\"DebitCard\",\"CreditCard\",\"Quick Wallet\",\"Sodexo\"]</td>\n<td>List of tender types used</td>\n</tr>\n<tr>\n<td><code>gross_amount</code></td>\n<td>number</td>\n<td>348</td>\n<td>Total before adjustments</td>\n</tr>\n<tr>\n<td><code>net_amount</code></td>\n<td>number</td>\n<td>316</td>\n<td>Total after some adjustments (if any)</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>number</td>\n<td>348</td>\n<td>Final amount of the transaction</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>number</td>\n<td>0</td>\n<td>Transaction-level discount</td>\n</tr>\n<tr>\n<td><code>redemption</code></td>\n<td>object</td>\n<td><code>{ \"redeemed_amount\": 0, \"reward_id\": \"\" }</code></td>\n<td>Reward redemption info</td>\n</tr>\n<tr>\n<td><code>order_time</code></td>\n<td>string (date/time)</td>\n<td>\"2025-02-14 13:37:51\"</td>\n<td>Timestamp of the order</td>\n</tr>\n<tr>\n<td><code>items</code></td>\n<td>array of objects</td>\n<td>[ { \"name\": \"ST Paneer Hot\", ... }, ... ]</td>\n<td>List of items purchased</td>\n</tr>\n<tr>\n<td><code>addOns</code></td>\n<td>array</td>\n<td>[]</td>\n<td>Transaction-level add-ons, if any</td>\n</tr>\n<tr>\n<td><code>comboItems</code></td>\n<td>array</td>\n<td>[]</td>\n<td>Combo items, if any</td>\n</tr>\n<tr>\n<td><code>taxes</code></td>\n<td>array of objects</td>\n<td>[ { \"name\": \"GST@5%\", \"amount\": 15.8 } ]</td>\n<td>Taxes applied</td>\n</tr>\n<tr>\n<td><code>charges</code></td>\n<td>array of objects</td>\n<td>[ { \"name\": \"Packing Charges\", \"amount\": 15.8 } ]</td>\n<td>Additional charges applied</td>\n</tr>\n<tr>\n<td><code>points_redeemed</code></td>\n<td>number</td>\n<td>0</td>\n<td>Loyalty/reward points redeemed</td>\n</tr>\n<tr>\n<td><code>online_bill_source</code></td>\n<td>string</td>\n<td>\"\" (empty)</td>\n<td>Source of online bill, if relevant</td>\n</tr>\n<tr>\n<td><code>source_order_id</code></td>\n<td>string</td>\n<td>\"\" (empty)</td>\n<td>External source order ID, if any</td>\n</tr>\n<tr>\n<td><code>table_number</code></td>\n<td>null or number</td>\n<td>null</td>\n<td>Table number, if relevant</td>\n</tr>\n<tr>\n<td><code>waiter</code></td>\n<td>null or string</td>\n<td>null</td>\n<td>Waiter info, if applicable</td>\n</tr>\n<tr>\n<td><code>delivery_boy</code></td>\n<td>null or string</td>\n<td>null</td>\n<td>Delivery info, if applicable</td>\n</tr>\n<tr>\n<td><code>covers</code></td>\n<td>null or number</td>\n<td>null</td>\n<td>Number of covers, if tracked</td>\n</tr>\n<tr>\n<td><code>do_not_award_points</code></td>\n<td>boolean</td>\n<td>false</td>\n<td>Flag to skip awarding points</td>\n</tr>\n<tr>\n<td><code>payments</code></td>\n<td>object</td>\n<td><code>{ \"cash\": [...], \"cards\": [...] }</code></td>\n<td>Payment breakdown details</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"31-transactionredemption-object\">3.1 <code>transaction.redemption</code> Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>redeemed_amount</code></td>\n<td>number</td>\n<td>0</td>\n<td>Amount redeemed via rewards</td>\n</tr>\n<tr>\n<td><code>reward_id</code></td>\n<td>string</td>\n<td>\"\"</td>\n<td>Reward identifier, if any</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"32-transactionitems-array-of-objects\">3.2 <code>transaction.items</code> (Array of Objects)</h3>\n<p>Each item:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>\"ST Paneer Hot\"</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>\"5f1ac4f79f9adca6122a576b\"</td>\n<td>Main item ID</td>\n</tr>\n<tr>\n<td><code>_id</code></td>\n<td>string</td>\n<td>\"5f1ac9ca9f9adca6122a5a5d\"</td>\n<td>Secondary/internal ID</td>\n</tr>\n<tr>\n<td><code>rate</code></td>\n<td>number</td>\n<td>79</td>\n<td>Price per unit</td>\n</tr>\n<tr>\n<td><code>quantity</code></td>\n<td>number</td>\n<td>1</td>\n<td>Quantity ordered</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td>number</td>\n<td>79</td>\n<td>rate * quantity</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>number</td>\n<td>0</td>\n<td>Item-level discount</td>\n</tr>\n<tr>\n<td><code>billDiscountAmount</code></td>\n<td>number</td>\n<td>0</td>\n<td>Allocated discount from bill, if any</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>string</td>\n<td>\"SOFT TACOS VEG\"</td>\n<td>Category label</td>\n</tr>\n<tr>\n<td><code>superCategory</code></td>\n<td>string</td>\n<td>\"10 TACO\"</td>\n<td>Higher-level grouping</td>\n</tr>\n<tr>\n<td><code>addOns</code></td>\n<td>array</td>\n<td>[]</td>\n<td>List of add-ons (empty if none)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"33-transactiontaxes-array-of-objects\">3.3 <code>transaction.taxes</code> (Array of Objects)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>\"GST@5%\"</td>\n<td>Tax name/label</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>number</td>\n<td>15.8</td>\n<td>Amount of this tax</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"34-transactioncharges-array-of-objects\">3.4 <code>transaction.charges</code> (Array of Objects)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>\"Packing Charges\"</td>\n<td>Charge name/label</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>number</td>\n<td>15.8</td>\n<td>Amount of this charge</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"4-transactionpayments-object\">4. <code>transaction.payments</code> Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cash</code></td>\n<td>array of numbers</td>\n<td><code>[45]</code></td>\n<td>One or more cash payment amounts</td>\n</tr>\n<tr>\n<td><code>cards</code></td>\n<td>array of objects</td>\n<td><code>[ { \"cardType\": ... }, ... ]</code></td>\n<td>Card-based or other non-cash payments</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"41-transactionpaymentscards-array-of-objects\">4.1 <code>transaction.payments.cards</code> (Array of Objects)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardType</code></td>\n<td>string</td>\n<td>\"DebitCard\", \"CreditCard\", \"Other\", \"Coupon\", \"Online\", etc.</td>\n<td>Method used (e.g., debit, credit, coupon, etc.)</td>\n</tr>\n<tr>\n<td><code>totalAmount</code></td>\n<td>number</td>\n<td>80</td>\n<td>Total paid via this method</td>\n</tr>\n<tr>\n<td><code>detail</code></td>\n<td>array of objects</td>\n<td><code>[ { \"amount\": 35, \"bankName\": \"Axis Bank\", \"bankType\": \"VISA\" }, { \"amount\": 45, ...} ]</code></td>\n<td>Detailed breakdown (partial payments, bank names)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"411-cardsdetail-array-of-objects\">4.1.1 <code>cards[].detail</code> (Array of Objects)</h4>\n<ul>\n<li><p>For <strong>DebitCard/CreditCard</strong>:</p>\n<ul>\n<li><p><code>amount</code> (number)</p>\n</li>\n<li><p><code>bankName</code> (string)</p>\n</li>\n<li><p><code>bankType</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p>For <strong>Other</strong>:</p>\n<ul>\n<li><p><code>amount</code> (number)</p>\n</li>\n<li><p><code>otherName</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p>For <strong>Coupon</strong>:</p>\n<ul>\n<li><p><code>amount</code> (number)</p>\n</li>\n<li><p><code>couponName</code> (string)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"sample-request\">Sample Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"customer_key\": \"YOUR_CUSTOMER_KEY\",\n    \"merchant_id\": \"132\",\n    \"merchant_username\": \".\",\n    \"coupon_code\": \"\",\n    \"country_code\": \"+91\",\n    \"countrycode\": \"+91\",\n    \"customer\": {\n        \"name\": \"kshitij\",\n        \"countrycode\": \"+91\",\n        \"mobile\": \"9898989898\",\n        \"address\": \" \",\n        \"email\": \"kshitij@posist.com\",\n        \"city\": \"Chandigarh Region 5\",\n        \"dob\": \"\",\n        \"anniversary_date\": \"\",\n        \"state\": \"Chandigarh\"\n    },\n    \"transaction\": {\n        \"id\": \"c079735c-4f2e-2145-425e-c9e72d679548-26ad8ce8-efca-fa696a95077e-22\",\n        \"number\": \"FUDR--22\",\n        \"type\": \"Dine In\",\n        \"tabName\": \"TAKE AWAY\",\n        \"payment_type\": \"Cash,DebitCard,CreditCard,Quick Wallet,Sodexo\",\n        \"coupon_code\": \"\",\n        \"bill_tender_type\": [\n            \"Cash\",\n            \"DebitCard\",\n            \"CreditCard\",\n            \"Quick Wallet\",\n            \"Sodexo\"\n        ],\n        \"gross_amount\": 348,\n        \"net_amount\": 316,\n        \"amount\": 348,\n        \"discount\": 0,\n        \"redemption\": {\n            \"redeemed_amount\": 0,\n            \"reward_id\": \"\"\n        },\n        \"order_time\": \"2025-02-14 13:37:51\",\n        \"items\": [\n            {\n                \"name\": \"ST Paneer Hot\",\n                \"id\": \"5f1ac4f79f9adca6122a576b\",\n                \"_id\": \"5f1ac9ca9f9adca6122a5a5d\",\n                \"rate\": 79,\n                \"quantity\": 1,\n                \"subtotal\": 79,\n                \"discount\": 0,\n                \"billDiscountAmount\": 0,\n                \"category\": \"SOFT TACOS VEG\",\n                \"superCategory\": \"TACO\",\n                \"addOns\": []\n            },\n            {\n                \"name\": \"Soft Panner Med\",\n                \"id\": \"5f1ac4f79f9adca6122a576a\",\n                \"_id\": \"5f1ac9ca9f9adca6122a5a61\",\n                \"rate\": 79,\n                \"quantity\": 1,\n                \"subtotal\": 79,\n                \"discount\": 0,\n                \"billDiscountAmount\": 0,\n                \"category\": \"SOFT TACOS VEG\",\n                \"superCategory\": \"TACO\",\n                \"addOns\": []\n            },\n            {\n                \"name\": \"Soft Bean Hot\",\n                \"id\": \"5f1ac4f69f9adca6122a5765\",\n                \"_id\": \"5f1ac9ca9f9adca6122a5a5e\",\n                \"rate\": 79,\n                \"quantity\": 1,\n                \"subtotal\": 79,\n                \"discount\": 0,\n                \"billDiscountAmount\": 0,\n                \"category\": \"SOFT TACOS VEG\",\n                \"superCategory\": \"TACO\",\n                \"addOns\": []\n            },\n            {\n                \"name\": \"Soft Bean Med\",\n                \"id\": \"5f1ac4f69f9adca6122a5763\",\n                \"_id\": \"5f1ac9ca9f9adca6122a5a60\",\n                \"rate\": 79,\n                \"quantity\": 1,\n                \"subtotal\": 79,\n                \"discount\": 0,\n                \"billDiscountAmount\": 0,\n                \"category\": \"SOFT TACOS VEG\",\n                \"superCategory\": \"TACO\",\n                \"addOns\": []\n            }\n        ],\n        \"addOns\": [],\n        \"comboItems\": [],\n        \"taxes\": [\n            {\n                \"name\": \"GST@5%\",\n                \"amount\": 15.8\n            }\n        ],\n        \"charges\": [\n            {\n                \"name\": \"Packing Charges\",\n                \"amount\": 15.8\n            }\n        ],\n        \"points_redeemed\": 0,\n        \"online_bill_source\": \"\",\n        \"source_order_id\": \"\",\n        \"table_number\": null,\n        \"waiter\": null,\n        \"delivery_boy\": null,\n        \"covers\": null,\n        \"do_not_award_points\": false,\n        \"payments\": {\n            \"cash\": [\n                45\n            ],\n            \"cards\": [\n                {\n                    \"cardType\": \"DebitCard\",\n                    \"totalAmount\": 80,\n                    \"detail\": [\n                        {\n                            \"amount\": 35,\n                            \"bankName\": \"Axis Bank\",\n                            \"bankType\": \"VISA\"\n                        },\n                        {\n                            \"amount\": 45,\n                            \"bankName\": \"Axis Bank\",\n                            \"bankType\": \"MASTER\"\n                        }\n                    ]\n                },\n                {\n                    \"cardType\": \"CreditCard\",\n                    \"totalAmount\": 23,\n                    \"detail\": [\n                        {\n                            \"amount\": 23,\n                            \"bankName\": \"Axis Bank\",\n                            \"bankType\": \"VISA\"\n                        }\n                    ]\n                },\n                {\n                    \"cardType\": \"Other\",\n                    \"totalAmount\": 162,\n                    \"detail\": [\n                        {\n                            \"amount\": 162,\n                            \"otherName\": \"Quick Wallet\"\n                        }\n                    ]\n                },\n                {\n                    \"cardType\": \"Online\",\n                    \"totalAmount\": 0,\n                    \"detail\": []\n                },\n                {\n                    \"cardType\": \"Coupon\",\n                    \"totalAmount\": 38,\n                    \"detail\": [\n                        {\n                            \"amount\": 38,\n                            \"couponName\": \"Sodexo\"\n                        }\n                    ]\n                },\n                {\n                    \"cardType\": \"BTC\",\n                    \"totalAmount\": 0,\n                    \"detail\": []\n                },\n                {\n                    \"cardType\": \"SmartCard\",\n                    \"totalAmount\": 0,\n                    \"detail\": []\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>\n<h3 id=\"expected-response\">Expected Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status_code\": 200,\n    \"response\": {\n      \"message\":\"Bill successfully captured\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","host":["yourapi","endpoint","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3c2c70d-a473-4e93-8507-4e26ba2605d8"},{"name":"Coupon/Reward Details","id":"27a742b3-a1e3-4ce4-92ce-6f1eb78f06c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"customer_key\": \"e3ea9dda396ef774f976bd61ec4e99983\",\n  \"merchant_id\": \"abcd\",\n  \"coupon_code\": \"1234\",\n  \"customer_mobile\": \"8586936365\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://yourapi.endpoint.url","description":"<h2 id=\"supported-payload\">Supported Payload</h2>\n<p>The supported payload for this API request includes a JSON object with the following fields:</p>\n<ul>\n<li><p><code>customer_key</code> (string): A unique key that identifies the customer associated with the coupon.</p>\n</li>\n<li><p><code>merchant_id</code> (string): A unique identifier for the merchant associated with the coupon.</p>\n</li>\n<li><p><code>coupon_code</code> (string): The code of the coupon being applied.</p>\n</li>\n<li><p><code>customer_mobile</code> (string): The mobile number of the customer associated with the coupon.</p>\n</li>\n</ul>\n<h3 id=\"sample-request\">Sample Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"customer_key\": \"e3ea9dda396ef774f976bd61ec4e99983\",\n  \"merchant_id\": \"abcd\",\n  \"coupon_code\": \"1234\",\n  \"customer_mobile\": \"8586936365\"\n}\n\n</code></pre>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>For Percentage based coupon:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\":200,\n  \"response\":{\n    \"coupon_name\": \"10%OFF\",\n    \"coupon_code\": \"10OFF\",\n    \"discount_on\":\"bill\",     \n    \"discount_type\":\"percent\", \n    \"discount_value\":10,      \n    \"comment\":\"10 % discount on bill applied\"\n  }\n}\n\n</code></pre>\n<p>For Amount based coupon:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\":200,\n  \"response\":{\n    \"coupon_name\": \"10 OFF\",\n    \"coupon_code\": \"10OFF\",\n    \"discount_on\":\"bill\",     \n    \"discount_type\":\"fixed\", \n    \"discount_value\":10,      \n    \"comment\":\"10 % discount on bill applied\"\n  }\n}\n\n</code></pre>\n<p>For conditions based coupon (By name):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\":200,\n  \"response\":{\n    \"coupon_name\": \"10 OFF\",\n    \"coupon_code\": \"10OFF\",\n    \"discount_type\":\"offer\", \n    \"offer_name\":\"15% discount on Burgers\", \n    \"special_offer\":false,      \n    \"authentication\":false\n  }\n}\n\n</code></pre>\n<p>For conditions based coupon (By loyalty id):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\":200,\n  \"response\":{\n    \"coupon_name\": \"10 OFF\",\n    \"coupon_code\": \"10OFF\",\n    \"discount_type\":\"offer\", \n    \"offer_loyalty_id\":\"vtg562ndgakfye\", \n    \"special_offer\":false,      \n    \"authentication\":false\n  }\n}\n\n</code></pre>\n<h3 id=\"expected-error-response\">Expected Error Response</h3>\n<p>If the coupon code is invalid or the customer is not eligible for the coupon, the API will return an error response with an appropriate status code and error message. The format of the error response will be similar to the following:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\":400,\n  \"response\":{\n    \"message\":\"Invalid coupon code\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","host":["yourapi","endpoint","url"],"query":[],"variable":[]}},"response":[],"_postman_id":"27a742b3-a1e3-4ce4-92ce-6f1eb78f06c8"},{"name":"Redeem Coupon","id":"b93ec83f-6e9a-4843-9ac2-c52328349efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"e3ea9dda396ef774f976bd61ec4e9998\",\n    \"merchant_id\": \"abcd\",\n    \"coupon_code\": \"1234\",\n    \"customer_mobile\": \"8586936365\",\n    \"bill_number\": \"T1-240\"\n}","options":{"raw":{"language":"json"}}},"url":"http://yourapi.endpoint.url","description":"<h2 id=\"supported-payload\">Supported Payload</h2>\n<p>The supported payload for this API request includes a JSON object with the following fields:</p>\n<ul>\n<li><code>customer_key</code> (string): A unique key that identifies the customer associated with the coupon.</li>\n<li><code>merchant_id</code> (string): A unique identifier for the merchant associated with the coupon.</li>\n<li><code>coupon_code</code> (string): The code of the coupon being applied.</li>\n<li><code>customer_mobile</code> (string): The mobile number of the customer associated with the coupon.</li>\n<li><code>bill_number</code> (string): The number of the bill to which the coupon is being applied.</li>\n</ul>\n<h3 id=\"sample-request\">Sample Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"customer_key\": \"e3ea9dda396ef774f976bd61ec4e9998\",\n  \"merchant_id\": \"abcd\",\n  \"coupon_code\": \"1234\",\n  \"customer_mobile\": \"8586936365\",\n  \"bill_number\":\"T1-240\"\n}\n\n</code></pre>\n<h3 id=\"expected-success-response\">Expected Success Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status_code\": 200,\n    \"response\": {\n      \"message\":\"Coupon successfully redeemed.\"\n    }\n}\n\n</code></pre>\n<h3 id=\"expected-error-response\">Expected Error Response</h3>\n<p>If the coupon code is invalid, the customer is not eligible for the coupon, or the coupon has already been redeemed for the specified bill, the API will return an error response with an appropriate status code and error message. The format of the error response will be similar to the following:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status_code\":400,\n  \"response\":{\n    \"message\":\"Invalid coupon code\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","host":["yourapi","endpoint","url"],"query":[],"variable":[]}},"response":[],"_postman_id":"b93ec83f-6e9a-4843-9ac2-c52328349efa"}],"id":"4883c3c8-2957-415f-a86f-a5d579efa2b9","description":"<p>For end customers to avail the loyalty benefits – Posist customers or users or any third-party<br />application can be integrated with Posist for that Posist provides the API’s to be integrated with<br />POS backend for seamless customer and cashier experience. The API’s allows the retailer or<br />user to register customers as a loyalty customer, redeem their loyalty points, provide loyalty<br />benefits to the end user or in some cases redeem the coupon from loyalty partners as well.</p>\n<img src=\"https://content.pstmn.io/d191372e-7de1-4dce-a64c-3ec6e5e32a00/UG9zaXN0IExveWFsdHkgSW50ZWdyYXRpb24gKDEpLnBuZw==\" />\n\n<p>Screeshot of the POS Portal how Loyalty Coupon &amp; Points will be visible  </p>\n<img src=\"https://content.pstmn.io/ab7811e3-ce66-43e3-8538-70b9a6a90b7d/U2NyZWVuc2hvdCAyMDI1LTEwLTEwIGF0IDQuMDcuMjPigK9QTS5wbmc=\" alt />","_postman_id":"4883c3c8-2957-415f-a86f-a5d579efa2b9"},{"name":"Cloud POS","item":[{"name":"Get Menu Items","id":"34b3aa64-ee70-45e4-a924-288bb8b90a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://18.140.214.202:9010/api/v1/online_order_cloud/menu?customer_key=<CUSTOMER_KEY>","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\n[\n  {\n    \"_id\": \"5c654f04a9a18e37a1cfaeaa\",\n    \"category\": {\n      \"superCategory\": {\n        \"superCategoryName\": \"Lebanese Food\",\n        \"_id\": \"5c4d74dadce7800b7ef789b6\"\n      },\n      \"categoryName\": \"Drinks\",\n      \"_id\": \"5c4c6a7c956181237ef47586\"\n    },\n    \"isAddOn\": false,\n    \"isCombo\": false,\n    \"taxes\": [\n      {\n        \"_id\": \"5c65059921b8a5b624ae3c48\",\n        \"name\": \"VAT\",\n        \"value\": 5,\n        \"type\": \"percent\",\n        \"cascadingTaxes\": []\n      },\n      {\n        \"_id\": \"5c65059921b8a5b624ae3c49\",\n        \"name\": \"Cess\",\n        \"value\": 1,\n        \"type\": \"percent\",\n        \"cascadingTaxes\": [\n            {\n                \"_id\": \"5c65059921b8a5b624ae3c48\",\n                \"name\": \"VAT\",\n                \"value\": 5,\n                \"type\": \"percent\",\n            }\n        ]\n      }\n    ],\n    \"preparationTime\": {\n      \"time\": 1\n    },\n    \"mapItems\": [\n        {\n            _id: \"5c4dd057dce7800b7ef78a2d\"\n        }\n    ],\n    \"itemVariants\": [\n        {\n            _id: \"5c6648450df8c5e4099488bd\",\n            name: \"Small\"\n        },\n        {\n            _id: \"5c6648450df8c5e4099488bg\",\n            name: \"Large\"\n        }\n    ],\n    \"status\": \"ACTIVE\",\n    \"rate\": 6.67,\n    \"name\": \"7Up\"\n  },\n  {\n    \"_id\": \"5c65449b21b8a5b624ae3c9a\",\n    \"preparationTime\": {\n      \"time\": 1\n    },\n    \"rate\": 42.86,\n    \"description\": \"Our delicious Tawook marinated chicken breast, melted cheddar cheese, pickles with buffalo sauce and mayo in a french baguette with fries and beverage.\",\n    \"configuration\": {\n      \"entities\": [\n        {\n          \"levels\": [\n            {\n              \"categories\": [\n                {\n                  \"items\": [\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c4d4dd9d99017117e5652c7\",\n                      \"name\": \"Sprite\"\n                    },\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c4d4dccdce7800b7ef78942\",\n                      \"name\": \"Coca Cola\"\n                    },\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c4c6a9adce7800b7ef78928\",\n                      \"name\": \"Diet Coke\"\n                    },\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c4c6a87d99017117e5652b6\",\n                      \"name\": \"Coke Zero\"\n                    },\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c51b34ec30ce87b75a556a2\",\n                      \"name\": \"Water\"\n                    },\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c654e1321b8a5b624ae3cb0\",\n                      \"name\": \"Pepsi\"\n                    },\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c654e1d93721ea424871770\",\n                      \"name\": \"Diet Pepsi\"\n                    },\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c654e28d1b664b02457e2f7\",\n                      \"name\": \"7Up\"\n                    },\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c654e3093721ea424871771\",\n                      \"name\": \"Diet 7Up\"\n                    },\n                    {\n                      \"category_id\": \"5c4c6a7c956181237ef47586\",\n                      \"_id\": \"5c654e3a21b8a5b624ae3cb1\",\n                      \"name\": \"Mirinda\"\n                    }\n                  ],\n                  \"categoryName\": \"Drinks\",\n                  \"_id\": \"5c4c6a7c956181237ef47586\"\n                }\n              ],\n              \"priceChange\": 0,\n              \"name\": \"base\"\n            }\n          ],\n          \"minQuantity\": 1,\n          \"maxQuantity\": 1,\n          \"name\": \"Choose Drinks\"\n        },\n        {\n          \"levels\": [\n            {\n              \"categories\": [\n                {\n                  \"items\": [\n                    {\n                      \"category_id\": \"5c4c3a2483e40a1d7ebc97dd\",\n                      \"_id\": \"5c4c6021dce7800b7ef788e7\",\n                      \"name\": \"French fries\"\n                    }\n                  ],\n                  \"categoryName\": \"Appetizers\",\n                  \"_id\": \"5c4c3a2483e40a1d7ebc97dd\"\n                }\n              ],\n              \"priceChange\": 0,\n              \"name\": \"base\"\n            }\n          ],\n          \"minQuantity\": 0,\n          \"maxQuantity\": 5,\n          \"name\": \"Choose Appetizers\"\n        },\n        {\n          \"levels\": [\n            {\n              \"categories\": [\n                {\n                  \"items\": [\n                    {\n                      \"category_id\": \"5c4d756f956181237ef4761d\",\n                      \"_id\": \"5c4d75d6dce7800b7ef789bc\",\n                      \"name\": \"Dynamite Dip\"\n                    },\n                    {\n                      \"category_id\": \"5c4d756f956181237ef4761d\",\n                      \"_id\": \"5c4d75c983e40a1d7ebc98c1\",\n                      \"name\": \"Buffalo Dip\"\n                    },\n                    {\n                      \"category_id\": \"5c4d756f956181237ef4761d\",\n                      \"_id\": \"5c4d75bed99017117e56533c\",\n                      \"name\": \"BBQ Dip\"\n                    },\n                    {\n                      \"category_id\": \"5c4d756f956181237ef4761d\",\n                      \"_id\": \"5c4d75b5dce7800b7ef789b9\",\n                      \"name\": \"Cheddar Cheese\"\n                    },\n                    {\n                      \"category_id\": \"5c4d756f956181237ef4761d\",\n                      \"_id\": \"5c4d75a783e40a1d7ebc98c0\",\n                      \"name\": \"Chilli Paste\"\n                    },\n                    {\n                      \"category_id\": \"5c4d756f956181237ef4761d\",\n                      \"_id\": \"5c4d759e956181237ef4761f\",\n                      \"name\": \"Garlic Dip\"\n                    }\n                  ],\n                  \"categoryName\": \"Add A Dip\",\n                  \"_id\": \"5c4d756f956181237ef4761d\"\n                }\n              ],\n              \"priceChange\": 0,\n              \"name\": \"base\"\n            }\n          ],\n          \"differentialPrice\": true,\n          \"minQuantity\": 0,\n          \"maxQuantity\": 100,\n          \"name\": \"Choose Dips\"\n        },\n        {\n          \"levels\": [\n            {\n              \"categories\": [\n                {\n                  \"items\": [\n                    {\n                      \"category_id\": \"5c4d7f46d99017117e565352\",\n                      \"_id\": \"5c4da114956181237ef47652\",\n                      \"name\": \"Coleslaw on Side\"\n                    },\n                    {\n                      \"category_id\": \"5c4d7f46d99017117e565352\",\n                      \"_id\": \"5c4da0f083e40a1d7ebc98fd\",\n                      \"name\": \"Onion Rings on Side\"\n                    },\n                    {\n                      \"category_id\": \"5c4d7f46d99017117e565352\",\n                      \"_id\": \"5c4da0dbd99017117e565367\",\n                      \"name\": \"Hummus on Side\"\n                    },\n                    {\n                      \"category_id\": \"5c4d7f46d99017117e565352\",\n                      \"_id\": \"5c6555674533829e24a46a8e\",\n                      \"name\": \"Pickles\"\n                    }\n                  ],\n                  \"categoryName\": \"Goes Well With\",\n                  \"_id\": \"5c4d7f46d99017117e565352\"\n                },\n                {\n                  \"items\": [\n                    {\n                      \"category_id\": \"5c4c3a2483e40a1d7ebc97dd\",\n                      \"_id\": \"5c65474521b8a5b624ae3ca9\",\n                      \"name\": \"Tawook Poppers\"\n                    },\n                    {\n                      \"category_id\": \"5c4c3a2483e40a1d7ebc97dd\",\n                      \"_id\": \"5c4c3a5883e40a1d7ebc97de\",\n                      \"name\": \"Hummus\"\n                    },\n                    {\n                      \"category_id\": \"5c4c3a2483e40a1d7ebc97dd\",\n                      \"_id\": \"5c65475c21b8a5b624ae3caa\",\n                      \"name\": \"Cheese Rolls\"\n                    },\n                    {\n                      \"category_id\": \"5c4c3a2483e40a1d7ebc97dd\",\n                      \"_id\": \"5c4c605083e40a1d7ebc9801\",\n                      \"name\": \"Onion Rings\"\n                    }\n                  ],\n                  \"categoryName\": \"Appetizers\",\n                  \"_id\": \"5c4c3a2483e40a1d7ebc97dd\"\n                },\n                {\n                  \"items\": [\n                    {\n                      \"category_id\": \"5c4c67f683e40a1d7ebc9820\",\n                      \"_id\": \"5c654de821b8a5b624ae3caf\",\n                      \"name\": \"Oreo Cheese Cake\"\n                    },\n                    {\n                      \"category_id\": \"5c4c67f683e40a1d7ebc9820\",\n                      \"_id\": \"5c654df5d1b664b02457e2f6\",\n                      \"name\": \"Nutella Eclair\"\n                    }\n                  ],\n                  \"categoryName\": \"Desserts\",\n                  \"_id\": \"5c4c67f683e40a1d7ebc9820\"\n                }\n              ],\n              \"priceChange\": 0,\n              \"name\": \"base\"\n            }\n          ],\n          \"differentialPrice\": true,\n          \"minQuantity\": 0,\n          \"maxQuantity\": 100,\n          \"name\": \"Choose Sides\"\n        },\n        {\n          \"levels\": [\n            {\n              \"categories\": [\n                {\n                  \"items\": [\n                    {\n                      \"category_id\": \"5c4c3a2483e40a1d7ebc97dd\",\n                      \"_id\": \"5c556e13989ce1a0633f6b4e\",\n                      \"name\": \"Upsize Fries\"\n                    }\n                  ],\n                  \"categoryName\": \"Appetizers\",\n                  \"_id\": \"5c4c3a2483e40a1d7ebc97dd\"\n                }\n              ],\n              \"priceChange\": 0,\n              \"name\": \"base\"\n            }\n          ],\n          \"differentialPrice\": true,\n          \"minQuantity\": 0,\n          \"maxQuantity\": 5,\n          \"name\": \"Upsize Fries\"\n        }\n      ],\n      \"rules\": {\n        \"date\": {\n          \"noRange\": true\n        },\n        \"time\": {\n          \"noRange\": true\n        },\n        \"days\": [\n          0,\n          1,\n          2,\n          3,\n          4,\n          5,\n          6\n        ],\n        \"allDaysValid\": true,\n        \"applyAddonsPrice\": true\n      }\n    },\n    \"category\": {\n      \"_id\": \"5c4c45b083e40a1d7ebc97e4\",\n      \"categoryName\": \"Platters\",\n      \"superCategory\": {\n        \"superCategoryName\": \"Lebanese Food\",\n        \"_id\": \"5c4d74dadce7800b7ef789b6\"\n      }\n    },\n    \"isAddOn\": false,\n    \"isCombo\": true,\n    \"itemVariants\": [],\n    \"itemNumber\": \"M000001\",\n    \"name\": \"American Tawook Meal\",\n    \"status\": \"ACTIVE\",\n    \"taxes\": [\n      {\n        \"_id\": \"5c65059921b8a5b624ae3c48\",\n        \"name\": \"VAT\",\n        \"value\": 5,\n        \"type\": \"percent\",\n        \"cascadingTaxes\": []\n      }\n    ]\n  }\n]\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>Unique POS Id of item.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Object</td>\n<td>Information about the category that item is categorized into.</td>\n</tr>\n<tr>\n<td>category._id</td>\n<td>String</td>\n<td>Unique POS Id of category.</td>\n</tr>\n<tr>\n<td>category.categoryName</td>\n<td>String</td>\n<td>Description of category.</td>\n</tr>\n<tr>\n<td>category.superCategory</td>\n<td>Object</td>\n<td>Information about the supercategory that the category is further classified into.</td>\n</tr>\n<tr>\n<td>category.superCategory._id</td>\n<td>String</td>\n<td>Unique POS Id of super category.</td>\n</tr>\n<tr>\n<td>category.superCategory.name</td>\n<td>String</td>\n<td>Description of the super category.</td>\n</tr>\n<tr>\n<td>isAddOn</td>\n<td>Boolean</td>\n<td>Flag that identifies whether an item is an add-on or not.</td>\n</tr>\n<tr>\n<td>isCombo</td>\n<td>Boolean</td>\n<td>Flag that identifies whether an item is a combo or not.</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>Array</td>\n<td>List of taxes applicable on item.</td>\n</tr>\n<tr>\n<td>taxes._id</td>\n<td>String</td>\n<td>Unique POS Id of tax.</td>\n</tr>\n<tr>\n<td>taxes.name</td>\n<td>String</td>\n<td>Description of the tax.</td>\n</tr>\n<tr>\n<td>taxes.value</td>\n<td>Number</td>\n<td>Value of the tax.</td>\n</tr>\n<tr>\n<td>taxes.type</td>\n<td>String</td>\n<td>Type of tax. (Valid values are 'percent' and 'amount')</td>\n</tr>\n<tr>\n<td>taxes.cascadingTaxes</td>\n<td>Array</td>\n<td>List of the taxes applicable on tax amount of the tax (if any)</td>\n</tr>\n<tr>\n<td>taxes.cascadingTaxes._id</td>\n<td>String</td>\n<td>Unique POS Id of the tax</td>\n</tr>\n<tr>\n<td>preparationTime</td>\n<td>Object</td>\n<td>Information about preparation time of the item</td>\n</tr>\n<tr>\n<td>preparationTime.time</td>\n<td>Number</td>\n<td>Preparation time of the item (in minutes)</td>\n</tr>\n<tr>\n<td>mapItems</td>\n<td>Array</td>\n<td>List of Add-Ons applicable on the item</td>\n</tr>\n<tr>\n<td>mapItems._id</td>\n<td>String</td>\n<td>Unique POS Id of the add-on item</td>\n</tr>\n<tr>\n<td>itemVariants</td>\n<td>Array</td>\n<td>List of variants of the item</td>\n</tr>\n<tr>\n<td>itemVariants._id</td>\n<td>String</td>\n<td>Unique POS Id of the variant</td>\n</tr>\n<tr>\n<td>itemVariants.name</td>\n<td>String</td>\n<td>Descirption of the item variant</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>This identifies whether an item is available for operations or not. Applicable values are 'ACTIVE' and 'INACTIVE'</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Number</td>\n<td>Rate of the item (Excl. of tax)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Short description of the item</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Long description of the item</td>\n</tr>\n<tr>\n<td>itemNumber</td>\n<td>String</td>\n<td>Unique client code of the item</td>\n</tr>\n<tr>\n<td>configuration</td>\n<td>Object</td>\n<td>Configuration of the combo. This object will exist only when the item is a combo</td>\n</tr>\n<tr>\n<td>configuration.entities</td>\n<td>List</td>\n<td>List of customization groups applicable on a combo.</td>\n</tr>\n<tr>\n<td>configuration.entities.minQuantity</td>\n<td>Number (min 0)</td>\n<td>Minimum items that are required to be punched from the group.</td>\n</tr>\n<tr>\n<td>configuration.entities.maxQuantity</td>\n<td>Number</td>\n<td>Maximum items that can be punched from the group.</td>\n</tr>\n<tr>\n<td>configuration.entities.name</td>\n<td>String</td>\n<td>Name of the customization group.</td>\n</tr>\n<tr>\n<td>configuration.entities.priceChange</td>\n<td>Number (min 0)</td>\n<td>Additional price which will be added to the base price if any item is selected from this group. 0 by default</td>\n</tr>\n<tr>\n<td>configuration.entities.differentialPrice</td>\n<td>Boolean</td>\n<td>If set to true, the selected items' price will be added to the base price</td>\n</tr>\n<tr>\n<td>configuration.entities.levels</td>\n<td>Array</td>\n<td>Number of upgrades defined in the combo. By default there will always be a base level.</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.name</td>\n<td>String</td>\n<td>Description of the upgrade.</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.priceChange</td>\n<td>Number</td>\n<td>The specified price will be added to the base price of the combo when any item from this group is selected.</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.differentialPrice</td>\n<td>Boolean</td>\n<td>When any item from this group is added, then rate of the item is added to base price of combo.  <br />Note: If differential price is on, price change will not be applicable</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.categories</td>\n<td>Array</td>\n<td>List of categories allowed in the customization group</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.categories._id</td>\n<td>String</td>\n<td>Unique POS Id of the category</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.categories.name</td>\n<td>String</td>\n<td>Description of the category</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.categories.items</td>\n<td>Array</td>\n<td>List of items belonging to the category, that are allowed in the customization group.  <br />Note: Empty array implies, all items of this category are allowed in customization group.</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.categories.items._id</td>\n<td>String</td>\n<td>Unique POS Id of the item</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.categories.items.name</td>\n<td>String</td>\n<td>Name of the item</td>\n</tr>\n<tr>\n<td>configuration.entities.levels.categories.items.category_id</td>\n<td>String</td>\n<td>Unique POS Id of the category</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"9010","path":["api","v1","online_order_cloud","menu"],"host":["18","140","214","202"],"query":[{"description":{"content":"<p>Unique POS Id of a brand served by a particular kitchen.</p>\n","type":"text/plain"},"key":"customer_key","value":"<CUSTOMER_KEY>"}],"variable":[]}},"response":[],"_postman_id":"34b3aa64-ee70-45e4-a924-288bb8b90a8c"},{"name":"Push Order to Kitchen","id":"86745555-dbd2-4cbe-9305-d20dea9d8191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://18.140.214.202:9010/api/v1/online_order_cloud/push?customer_key=<CUSTOMER_KEY>","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 Created\n{\n    \"__v\": 0,\n    \"_id\": \"57a9756ccfa4221018e5193f\"\n}       \n    \n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>Object</td>\n<td>Source of the order.</td>\n</tr>\n<tr>\n<td>source.name</td>\n<td>String</td>\n<td>Name of your organisation.</td>\n</tr>\n<tr>\n<td>source.id</td>\n<td>String</td>\n<td>Your Client ID. See in <a href><i>Home</i></a> section.</td>\n</tr>\n<tr>\n<td>source.order_id</td>\n<td>String</td>\n<td>Order ID generated at your end.</td>\n</tr>\n<tr>\n<td>source.original_source</td>\n<td>String</td>\n<td>Original Source of the order.This key is for aggregators who forward third party orders to the kitchen.This should contain the name of third party.</td>\n</tr>\n<tr>\n<td>payments</td>\n<td>Object</td>\n<td>Payment options.</td>\n</tr>\n<tr>\n<td>payments.type</td>\n<td>string</td>\n<td>Mode of payment  <br />For Cash on delivery, value should be <strong>cash</strong>  <br />For Card on delivery, value should be <strong>card</strong>  <br />For Prepaid order, value should be <strong>credit</strong></td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>string</td>\n<td>Values can be <strong>delivery</strong> or <strong>take_out</strong>  <br />For takeaway orders, value should be <strong>take_out</strong></td>\n</tr>\n<tr>\n<td>delivery_area</td>\n<td>string</td>\n<td>The Delivery area of the order (eg : Dubai Marina)</td>\n</tr>\n<tr>\n<td>partner_deliveryoptional</td>\n<td>Boolean</td>\n<td>This flag should be set to true if the delivery of the order will be done by the party which is sending the order.</td>\n</tr>\n<tr>\n<td>isAdvanceoptional</td>\n<td>Boolean</td>\n<td>This flag should be set to true if the order is an advance order</td>\n</tr>\n<tr>\n<td>advanceOrderDetailsoptional</td>\n<td>Object</td>\n<td>Object containing delivery time and preparation start time. This is required if isAdvance is true</td>\n</tr>\n<tr>\n<td>advanceOrderDetails.expectedDeliveryTimeoptional</td>\n<td>String</td>\n<td>Expected delivery time. Date time string in ISO format. Required if isAdvance is true.</td>\n</tr>\n<tr>\n<td>advanceOrderDetails.preparationStartTimeoptional</td>\n<td>String</td>\n<td>Preparation Start time. Date time string in ISO format. If not provided, then it will be set to one hour prior to the delivery time</td>\n</tr>\n<tr>\n<td>discount optional</td>\n<td>Object</td>\n<td>Discount on order.</td>\n</tr>\n<tr>\n<td>discount.type optional</td>\n<td>String</td>\n<td>Type of discount. Can be either <em>percent</em> or <em>fixed</em>.</td>\n</tr>\n<tr>\n<td>discount.value optional</td>\n<td>Number</td>\n<td>Value of discount. eg. 10, 12.5</td>\n</tr>\n<tr>\n<td>charges optional</td>\n<td>Array</td>\n<td>charges on order</td>\n</tr>\n<tr>\n<td>charges.name optional</td>\n<td>String</td>\n<td>Name of the charge. eg. delivery charge</td>\n</tr>\n<tr>\n<td>charges.value optional</td>\n<td>Number</td>\n<td>Value of charge. eg. 10, 12.5</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>Customer details.</td>\n</tr>\n<tr>\n<td>customer.firstname</td>\n<td>String</td>\n<td>Name of the customer.</td>\n</tr>\n<tr>\n<td>customer.mobile</td>\n<td>String</td>\n<td>Mobile no. of customer.</td>\n</tr>\n<tr>\n<td>customer.addType optional</td>\n<td>String</td>\n<td>Address type eg. home, office etc.</td>\n</tr>\n<tr>\n<td>customer.address1 optional</td>\n<td>String</td>\n<td>First line of address.</td>\n</tr>\n<tr>\n<td>customer.address2 optional</td>\n<td>String</td>\n<td>Second line of address.</td>\n</tr>\n<tr>\n<td>customer.city optional</td>\n<td>String</td>\n<td>City</td>\n</tr>\n<tr>\n<td>customer.state optional</td>\n<td>String</td>\n<td>State</td>\n</tr>\n<tr>\n<td>customer.DOB optional</td>\n<td>String</td>\n<td>Date of Birth of customer.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>Array</td>\n<td>item id and quantity is mandatory. Also you can specify discount for an item whose type can be <em>percentage</em> or <em>fixed</em>.  <br />If addOns are also specified then item id and quantity is required.</td>\n</tr>\n<tr>\n<td>item._id</td>\n<td>String</td>\n<td>POS Item Id</td>\n</tr>\n<tr>\n<td>item.quantity</td>\n<td>Number</td>\n<td>quantity of the item</td>\n</tr>\n<tr>\n<td>selectedVariantoptional</td>\n<td>Object</td>\n<td>Object containg the variant of the item (if any)</td>\n</tr>\n<tr>\n<td>item.selectedVariant._id</td>\n<td>string</td>\n<td>Pos ID of the variant</td>\n</tr>\n<tr>\n<td>item.selectedVariant.name</td>\n<td>string</td>\n<td>Name of the variant</td>\n</tr>\n<tr>\n<td>item.discountsoptional</td>\n<td>Array</td>\n<td>An array of discounts applied on the item(if any)</td>\n</tr>\n<tr>\n<td>item.discount.type</td>\n<td>string</td>\n<td>Can be either fixed or percent</td>\n</tr>\n<tr>\n<td>item.discount.value</td>\n<td>Number</td>\n<td>Value of the discount</td>\n</tr>\n<tr>\n<td>item.addOnsoptional</td>\n<td>Array</td>\n<td>An array of addons applied on the item</td>\n</tr>\n<tr>\n<td>item.addOns._id</td>\n<td>String</td>\n<td>POS item id of the addon</td>\n</tr>\n<tr>\n<td>item.addOns.quantity</td>\n<td>Number</td>\n<td>quantity of the addon</td>\n</tr>\n<tr>\n<td>item.mapComboItemsoptional</td>\n<td>Array</td>\n<td>Constituent items of combo (if the item is a combo)</td>\n</tr>\n<tr>\n<td>item.mapComboItems._id</td>\n<td>String</td>\n<td>POS item id of the combo item</td>\n</tr>\n<tr>\n<td>item.mapComboItem.quantity</td>\n<td>Number</td>\n<td>quantity of the combo item</td>\n</tr>\n<tr>\n<td>delivery_instructions optional</td>\n<td>String</td>\n<td>Any instructions regarding delivery of the order</td>\n</tr>\n<tr>\n<td>special_instructions optional</td>\n<td>String</td>\n<td>Any special instructions regarding the order made by the customer.</td>\n</tr>\n<tr>\n<td>triggersoptional</td>\n<td>String</td>\n<td>An object consisting of callback url when the order is accepted,rejected or dispatched from the Kitchen. The Url must be a <strong>POST</strong> url</td>\n</tr>\n<tr>\n<td>triggers.acceptUrl optional</td>\n<td>String</td>\n<td>Callback URL when the order is accepted from the Kitchen.</td>\n</tr>\n<tr>\n<td>triggers.rejectUrl optional</td>\n<td>String</td>\n<td>Callback URL when the order is rejected from the POS</td>\n</tr>\n<tr>\n<td>triggers.dispatchUrloptional</td>\n<td>String</td>\n<td>Callback URL when the order is out for delivery.</td>\n</tr>\n<tr>\n<td>triggers.preparedUrloptional</td>\n<td>String</td>\n<td>Callback URL when the order is preapred and ready to be picked up.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"9010","path":["api","v1","online_order_cloud","push"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<CUSTOMER_KEY>"}],"variable":[]}},"response":[],"_postman_id":"86745555-dbd2-4cbe-9305-d20dea9d8191"},{"name":"Update an already pushed order. This endpoint currently supports only order cancellation","id":"5f2f326a-fad6-4130-9976-4e99d7f8aac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"pos_order_id\": \"57a9756ccfa4221018e5193f\",\n  \"action\": \"cancel\",\n  \"comment\": \"customer rejected the order\"\n}","options":{"raw":{"language":"json"}}},"url":"http://18.140.214.202:9010/api/v1/online_order_cloud/update_order?customer_key=<CUSTOMER_KEY>","description":"<p>BODY</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pos_order_id</td>\n<td>String</td>\n<td>Unique Pos id of the order return in the push order response.</td>\n</tr>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>type of update required on the order (currently only \"cancel\" is supported)</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>comment for updating the bill.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"9010","path":["api","v1","online_order_cloud","update_order"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"<CUSTOMER_KEY>"}],"variable":[]}},"response":[],"_postman_id":"5f2f326a-fad6-4130-9976-4e99d7f8aac6"}],"id":"e0b8ff39-8136-451b-b7f9-ab10e029915b","description":"<p>These are the online order APIs for our cloud kitchen product.</p>\n","_postman_id":"e0b8ff39-8136-451b-b7f9-ab10e029915b"},{"name":"Stock","item":[{"name":"Fetch Inventory Data","id":"ff674a74-126c-4d31-b3e1-a5a24428ba69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>This API allows clients to fetch inventory data for a specific customer within a given date range, filtered by transaction types and entities such as purchase orders (PO) or stock transactions.</p>\n<h3 id=\"url\">URL</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">GET http://18.140.214.202:9010/api/v1/pos/fetch_Inventory_data\n\n</code></pre>\n<h3 id=\"method\">Method</h3>\n<p><code>GET</code></p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>This API requires <strong>Basic Authentication</strong>.</p>\n<ul>\n<li><strong>Authorization header</strong>:<ul>\n<li><code>Authorization: Basic</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer_key</code></td>\n<td><code>string</code></td>\n<td>The unique key for the customer. Used to identify which customer's data should be fetched.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>entity</code></td>\n<td><code>string</code></td>\n<td>Entity type from which the data is fetched: ``, <code>transaction</code>, <code>po</code>.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>fromDate</code></td>\n<td><code>date</code></td>\n<td>Start date for fetching the inventory data (YYYY-MM-DD).</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>toDate</code></td>\n<td><code>date</code></td>\n<td>End date for fetching the inventory data (YYYY-MM-DD).</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>transactionType</code></td>\n<td><code>string</code></td>\n<td>The type of transaction if <code>entity</code> is <code>transaction</code>. Accepted values: <code>stock_entry</code>, <code>physical_stock</code>, <code>vendor_return</code>, <code>wastage_entry</code>, <code>stock_opening</code>, <code>stock_sale</code>.</td>\n<td>Required when <code>entity</code> is <code>transaction</code></td>\n</tr>\n<tr>\n<td><code>onlyLocalGRNs</code></td>\n<td><code>boolean</code></td>\n<td>When true, filters the query to include only local GRN (Goods Receipt Notes) data.</td>\n<td>Optional (only for <code>stock_entry</code>)</td>\n</tr>\n<tr>\n<td><code>tenant_id</code></td>\n<td><code>string</code></td>\n<td>Tenant ID to filter the results.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>number</code></td>\n<td>Pagination page number (defaults to 1).</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-headers\">Request Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td>Basic authentication token in the form of <code>Basic</code> .</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameter-descriptions\">Query Parameter Descriptions</h3>\n<ol>\n<li><p><strong>customer_key</strong>:</p>\n<ul>\n<li><p>This is required to authenticate the customer and identify which data should be fetched.</p>\n</li>\n<li><p>Example: <code>abc123</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>entity</strong>:</p>\n<ul>\n<li><p>Defines the type of data you are querying:</p>\n<ul>\n<li><p><code>transaction</code>: For inventory transactions like stock entries, sales, etc.</p>\n</li>\n<li><p><code>po</code>: For purchase orders.</p>\n</li>\n</ul>\n</li>\n<li><p>Example: <code>transaction</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>fromDate / toDate</strong>:</p>\n<ul>\n<li><p>These parameters define the date range for querying data.</p>\n</li>\n<li><p>Example: <code>fromDate=2024-09-01&amp;toDate=2024-09-20</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>transactionType</strong> (Required if entity is <code>transaction</code>):</p>\n<ul>\n<li><p>This defines the type of transaction to fetch. Valid values are:</p>\n<ul>\n<li><p><code>stock_entry</code></p>\n</li>\n<li><p><code>physical_stock</code></p>\n</li>\n<li><p><code>vendor_return</code></p>\n</li>\n<li><p><code>wastage_entry</code></p>\n</li>\n<li><p><code>stock_opening</code></p>\n</li>\n<li><p><code>stock_transfer (upcoming)</code></p>\n</li>\n<li><p><code>finished_entry (upcoming)</code></p>\n</li>\n<li><p><code>semi_entry (upcoming)</code></p>\n</li>\n<li><p><code>stock_sale</code></p>\n</li>\n</ul>\n</li>\n<li><p>Example: <code>transactionType=stock_entry</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>onlyLocalGRNs</strong> (Optional):</p>\n<ul>\n<li><p>When set to <code>true</code>, it only returns non-erp vendor transactions</p>\n</li>\n<li><p>This is relevant when <code>transactionType</code> is <code>stock_entry</code>.</p>\n</li>\n<li><p>Example: <code>onlyLocalGRNs=true</code>.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location 'http://18.140.214.202:9010/api/v1/pos/fetch_Inventory_data?customer_key=abc123&amp;entity=transaction&amp;fromDate=2024-09-01&amp;toDate=2024-09-20&amp;transactionType=stock_entry&amp;onlyLocalGRNs=true' \\\n--header 'Authorization: Basic dG9rZW5IZXJl'\n\n</code></pre>\n<h3 id=\"responses\">Responses</h3>\n<h4 id=\"1-response-for-entity--transaction\">1. <strong>Response for</strong> <strong><code>entity = transaction</code></strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"storeKitchen\": {\n        \"type\": \"store\",\n        \"name\": \"Main Store\",\n        \"storeUID\": \"\"\n    },\n    \"actualDate\": \"2024-09-01T06:50:52.094Z\",\n    \"batchNumber\": \"\",\n    \"challan_id\": \"SE-254\",\n    \"charges\": [],\n    \"chargesTotal\": 0,\n    \"daySerialNumber\": 1,\n    \"deployment\": {\n        \"isBaseKitchen\": false,\n        \"name\": \"Test Outlet\"\n    },\n    \"discount\": {\n        \"discountAmount\": 0,\n        \"value\": 0,\n        \"type\": \"percent\"\n    },\n    \"invoiceDate\": \"2024-08-31T23:19:21.000Z\",\n    \"invoiceNumber\": \"9601238906\",\n    \"isDirectIssue\": true,\n    \"items\": [\n        {\n            \"subTotal\": 28.321,\n            \"unitPrice\": 217.85,\n            \"quantity\": 0.13,\n            \"baseQuantity\": 130,\n            \"type\": 1,\n            \"basePrice\": 0.21785,\n            \"itemName\": \"Spanish Corn &amp; Mushroom Filling\",\n            \"itemCode\": \"20077295\",\n            \"unit\": {\n                \"unitName\": \"KG\",\n                \"conversionFactor\": 1000,\n                \"baseUnit\": {\n                    \"name\": \"GRAM\",\n                    \"id\": 1\n                }\n            },\n            \"category\": {\n                \"categoryName\": \"Semi Proc\",\n                \"supercategory\": {\n                    \"supercategoryName\": \"Semi Proc\"\n                }\n            },\n            \"taxes\": []\n        }\n    ],\n    \"subTotal\": 31952.471,\n    \"totalTax\": 0,\n    \"transactionDate\": \"2024-09-01T06:50:22.263Z\",\n    \"transactionType\": 1,\n    \"updated\": \"2024-09-01T06:50:52.383Z\",\n    \"user\": {\n        \"lastname\": \".\",\n        \"firstname\": \"Manager\",\n        \"username\": \"test_manager\"\n    },\n    \"vendor\": {\n        \"isEnterpriseVendor\": true,\n        \"vendorName\": \"Test Vendor\",\n        \"vendorCode\": \"P8001\",\n        \"state\": {\n            \"name\": \"Haryana\",\n            \"code\": \"in_hr\"\n        }\n    },\n    \"storeCode\": \"8603\"\n}\n\n</code></pre>\n<h4 id=\"2-response-for-entity--po\">2. <strong>Response for</strong> <strong><code>entity = po</code></strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_id\": \"36d38669exe9455b1b232v60\",\n    \"charges\": [],\n    \"chargesTotal\": 0,\n    \"created\": \"2024-08-31T21:08:57.562Z\",\n    \"deliveryAddress\": {\n        \"same\": true,\n        \"value\": \"Test address,\"\n    },\n    \"deployment\": {\n        \"_id\": \"r607ae3389dc8ce31b78b1d2\",\n        \"name\": \"Test Outlet\",\n        \"gstin\": \"\",\n        \"isBaseKitchen\": false\n    },\n    \"discountAmount\": 0,\n    \"expectedDelivery\": \"2024-09-02T05:30:00.000Z\",\n    \"isDeleted\": false,\n    \"items\": [\n        {\n            \"totalReceiveTax\": 0,\n            \"receiveSubtotal\": 120.14,\n            \"baseReceiveQty\": 500,\n            \"itemCode\": \"20077176\",\n            \"itemName\": \"Thousand Dip-SFG\",\n            \"category\": {\n                \"categoryName\": \"Semi Proc\",\n                \"supercategory\": {\n                    \"supercategoryName\": \"Semi Proc\"\n                }\n            },\n            \"subtotal\": 120.14,\n            \"baseQty\": 500,\n            \"unit\": {\n                \"conversionFactor\": 1000,\n                \"unitName\": \"KG\",\n                \"baseUnit\": {\n                    \"id\": 1,\n                    \"name\": \"GRAM\"\n                }\n            }\n        }\n    ],\n    \"subtotal\": 37197.19,\n    \"receiveSubtotal\": 30483.136,\n    \"receiveDate\": \"2024-09-02T06:45:19.153Z\",\n    \"poNumber\": 383,\n    \"state\": {\n        \"name\": \"Haryana\",\n        \"code\": \"in_hr\"\n    },\n    \"vendor\":\n {\n        \"vendorName\": \"Test Vendor\",\n        \"vendorCode\": \"P8001\",\n        \"state\": {\n            \"name\": \"Haryana\",\n            \"code\": \"in_hr\"\n        }\n    },\n    \"storeCode\": \"8603\"\n}\n\n</code></pre>\n<h3 id=\"response-fields-for-transaction\">Response Fields for <code>transaction</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>storeKitchen</code></td>\n<td><code>object</code></td>\n<td>Store or kitchen details (type, name, and store UID).</td>\n</tr>\n<tr>\n<td><code>actualDate</code></td>\n<td><code>string</code></td>\n<td>The actual date of the transaction (ISO format).</td>\n</tr>\n<tr>\n<td><code>challan_id</code></td>\n<td><code>string</code></td>\n<td>The Challan ID or transaction reference number.</td>\n</tr>\n<tr>\n<td><code>transactionType</code></td>\n<td><code>number</code></td>\n<td>Type of the transaction (1 = stock entry, etc.).</td>\n</tr>\n<tr>\n<td><code>items</code></td>\n<td><code>array</code></td>\n<td>Array of items involved in the transaction, with details.</td>\n</tr>\n<tr>\n<td><code>subTotal</code></td>\n<td><code>number</code></td>\n<td>Subtotal amount for the transaction.</td>\n</tr>\n<tr>\n<td><code>totalTax</code></td>\n<td><code>number</code></td>\n<td>Total tax amount for the transaction.</td>\n</tr>\n<tr>\n<td><code>vendor</code></td>\n<td><code>object</code></td>\n<td>Vendor details (name, code, state, etc.).</td>\n</tr>\n<tr>\n<td><code>user</code></td>\n<td><code>object</code></td>\n<td>User details who performed the transaction.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-fields-for-po\">Response Fields for <code>po</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td><code>string</code></td>\n<td>Unique identifier for the PO.</td>\n</tr>\n<tr>\n<td><code>created</code></td>\n<td><code>string</code></td>\n<td>Date when the PO was created.</td>\n</tr>\n<tr>\n<td><code>items</code></td>\n<td><code>array</code></td>\n<td>Array of items involved in the PO.</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td><code>number</code></td>\n<td>Subtotal amount for the PO.</td>\n</tr>\n<tr>\n<td><code>receiveSubtotal</code></td>\n<td><code>number</code></td>\n<td>Total received amount for the PO.</td>\n</tr>\n<tr>\n<td><code>vendor</code></td>\n<td><code>object</code></td>\n<td>Vendor details (name, code, state, etc.).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td><code>object</code></td>\n<td>State details (name, code).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-error-responses\">Example Error Responses</h3>\n<h4 id=\"missing-or-invalid-parameters-400-bad-request\">Missing or Invalid Parameters (400 Bad Request)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"error\",\n  \"message\": \"customer_key has not been provided\"\n}\n\n</code></pre>\n<h4 id=\"invalid-transaction-type-400-bad-request\">Invalid Transaction Type (400 Bad Request)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"error\",\n  \"message\": \"invalid transaction type\"\n}\n\n</code></pre>\n<h3 id=\"error-codes\">Error Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request. Missing or invalid query parameters.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized. Invalid or missing authentication token.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found. The requested data or entity does not exist.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error. Something went wrong on the server.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"bcb56670-b28b-4bb3-8454-62209dcff1fd","name":"Transaction","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic dG9rZW5IZXJl"}],"url":{"raw":"http://18.140.214.202:9010/api/v1/pos/fetch_Inventory_data?customer_key=abc123&entity=transaction&fromDate=2024-09-01&toDate=2024-09-20&transactionType=stock_entry&onlyLocalGRNs=true","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","pos","fetch_Inventory_data"],"query":[{"key":"customer_key","value":"abc123"},{"key":"entity","value":"transaction"},{"key":"fromDate","value":"2024-09-01"},{"key":"toDate","value":"2024-09-20"},{"key":"transactionType","value":"stock_entry"},{"key":"onlyLocalGRNs","value":"true"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"storeKitchen\": {\n        \"type\": \"store\",\n        \"name\": \"Main Store\",\n        \"storeUID\": \"\"\n    },\n    \"actualDate\": \"2024-09-01T06:50:52.094Z\",\n    \"batchNumber\": \"\",\n    \"challan_id\": \"SE-254\",\n    \"charges\": [],\n    \"chargesTotal\": 0,\n    \"daySerialNumber\": 1,\n    \"deployment\": {\n        \"isBaseKitchen\": false,\n        \"name\": \"Test Outlet\"\n    },\n    \"discount\": {\n        \"discountAmount\": 0,\n        \"value\": 0,\n        \"type\": \"percent\"\n    },\n    \"invoiceDate\": \"2024-08-31T23:19:21.000Z\",\n    \"invoiceNumber\": \"9601238906\",\n    \"isDirectIssue\": true,\n    \"items\": [\n        {\n            \"subTotal\": 28.321,\n            \"unitPrice\": 217.85,\n            \"quantity\": 0.13,\n            \"baseQuantity\": 130,\n            \"type\": 1,\n            \"basePrice\": 0.21785,\n            \"itemName\": \"Spanish Corn & Mushroom Filling\",\n            \"itemCode\": \"20077295\",\n            \"unit\": {\n                \"unitName\": \"KG\",\n                \"conversionFactor\": 1000,\n                \"baseUnit\": {\n                    \"name\": \"GRAM\",\n                    \"id\": 1\n                }\n            },\n            \"category\": {\n                \"categoryName\": \"Semi Proc\",\n                \"supercategory\": {\n                    \"supercategoryName\": \"Semi Proc\"\n                }\n            },\n            \"taxes\": []\n        }\n    ],\n    \"subTotal\": 31952.471,\n    \"totalTax\": 0,\n    \"transactionDate\": \"2024-09-01T06:50:22.263Z\",\n    \"transactionType\": 1,\n    \"updated\": \"2024-09-01T06:50:52.383Z\",\n    \"user\": {\n        \"lastname\": \".\",\n        \"firstname\": \"Manager\",\n        \"username\": \"test_manager\"\n    },\n    \"vendor\": {\n        \"isEnterpriseVendor\": true,\n        \"vendorName\": \"Test Vendor\",\n        \"vendorCode\": \"P8001\",\n        \"state\": {\n            \"name\": \"Haryana\",\n            \"code\": \"in_hr\"\n        }\n    },\n    \"storeCode\": \"8603\"\n}\n"},{"id":"2eef2592-9390-499e-a212-0338b8a4a52c","name":"Purchase Order","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic dG9rZW5IZXJl"}],"url":{"raw":"http://18.140.214.202:9010/api/v1/pos/fetch_Inventory_data?customer_key=abc123&entity=po&fromDate=2024-09-01&toDate=2024-09-20","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","pos","fetch_Inventory_data"],"query":[{"key":"customer_key","value":"abc123"},{"key":"entity","value":"po"},{"key":"fromDate","value":"2024-09-01"},{"key":"toDate","value":"2024-09-20"},{"key":"transactionType","value":"","disabled":true},{"key":"onlyLocalGRNs","value":"true","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"36d38669exe9455b1b232v60\",\n    \"charges\": [],\n    \"chargesTotal\": 0,\n    \"created\": \"2024-08-31T21:08:57.562Z\",\n    \"deliveryAddress\": {\n        \"same\": true,\n        \"value\": \"Test address,\"\n    },\n    \"deployment\": {\n        \"_id\": \"r607ae3389dc8ce31b78b1d2\",\n        \"name\": \"Test Outlet\",\n        \"gstin\": \"\",\n        \"isBaseKitchen\": false\n    },\n    \"discountAmount\": 0,\n    \"expectedDelivery\": \"2024-09-02T05:30:00.000Z\",\n    \"isDeleted\": false,\n    \"items\": [\n        {\n            \"totalReceiveTax\": 0,\n            \"receiveSubtotal\": 120.14,\n            \"baseReceiveQty\": 500,\n            \"itemCode\": \"20077176\",\n            \"itemName\": \"Thousand Dip-SFG\",\n            \"category\": {\n                \"categoryName\": \"Semi Proc\",\n                \"supercategory\": {\n                    \"supercategoryName\": \"Semi Proc\"\n                }\n            },\n            \"subtotal\": 120.14,\n            \"baseQty\": 500,\n            \"unit\": {\n                \"conversionFactor\": 1000,\n                \"unitName\": \"KG\",\n                \"baseUnit\": {\n                    \"id\": 1,\n                    \"name\": \"GRAM\"\n                }\n            }\n        }\n    ],\n    \"subtotal\": 37197.19,\n    \"receiveSubtotal\": 30483.136,\n    \"receiveDate\": \"2024-09-02T06:45:19.153Z\",\n    \"poNumber\": 383,\n    \"state\": {\n        \"name\": \"Haryana\",\n        \"code\": \"in_hr\"\n    },\n    \"vendor\":\n\n {\n        \"vendorName\": \"Test Vendor\",\n        \"vendorCode\": \"P8001\",\n        \"state\": {\n            \"name\": \"Haryana\",\n            \"code\": \"in_hr\"\n        }\n    },\n    \"storeCode\": \"8603\"\n}\n"}],"_postman_id":"ff674a74-126c-4d31-b3e1-a5a24428ba69"},{"name":"Indent","id":"088672b3-24cd-4ba7-81f6-7cbbf6c32b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic AUTH_TOKEN"}],"url":"http://18.140.214.202:9010/api/v1/pos/get_indents?customer_key=213214&startDate=2024-06-30&endDate=2024-07-02&deploymentAs=supplier","description":"<p>This API allows you to fetch indents based on a customer key, date range, and the deployment's role as either a supplier or receiver. Indents are documents used in inventory systems to track the request and supply of goods between two entities (supplier and receiver). The API provides detailed information about the indent, including items, quantities, taxes, and the status of the indent.</p>\n<h3 id=\"url\">URL</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">GET http://18.140.214.202:9010/api/v1/pos/get_indents\n\n</code></pre>\n<h3 id=\"method\">Method</h3>\n<p><code>GET</code></p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>This API requires <strong>Basic Authentication</strong>.</p>\n<ul>\n<li><strong>Authorization header</strong>:<ul>\n<li><code>Authorization: Basic</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer_key</code></td>\n<td><code>string</code></td>\n<td>The unique key for the customer. Used to identify which customer's data should be fetched.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td><code>date</code></td>\n<td>Start date for fetching the indent data (YYYY-MM-DD).</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td><code>date</code></td>\n<td>End date for fetching the indent data (YYYY-MM-DD).</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>deploymentAs</code></td>\n<td><code>string</code></td>\n<td>Defines the role of the deployment, either <code>supplier</code> or <code>receiver</code>.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-headers\">Request Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td>Basic authentication token in the form of <code>Basic</code> .</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameter-descriptions\">Query Parameter Descriptions</h3>\n<ol>\n<li><p><strong>customer_key</strong>:</p>\n<ul>\n<li><p>This is required to authenticate the customer and identify which data should be fetched.</p>\n</li>\n<li><p>Example: <code>customer_key=213214</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>startDate / endDate</strong>:</p>\n<ul>\n<li><p>These parameters define the date range for fetching the indent data.</p>\n</li>\n<li><p>Example: <code>startDate=2024-06-30&amp;endDate=2024-07-02</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>deploymentAs</strong>:</p>\n<ul>\n<li><p>Defines whether the deployment is acting as a <code>supplier</code> or <code>receiver</code> in the context of the indents.</p>\n</li>\n<li><p>Example: <code>deploymentAs=supplier</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>status (Upcoming)</strong>:</p>\n<ul>\n<li><p>This will allow to fetch indents based on their status e.g requested, partial supplied, partial received etc.</p>\n</li>\n<li><p>Example: <code>status=requested</code>.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location 'http://18.140.214.202:9010/api/v1/pos/get_indents?customer_key=213214&amp;startDate=2024-06-30&amp;endDate=2024-07-02&amp;deploymentAs=supplier' \\\n--header 'Authorization: Basic AUTH_TOKEN'\n\n</code></pre>\n<h3 id=\"responses\">Responses</h3>\n<h4 id=\"1-successful-response-for-deploymentas--supplier\">1. <strong>Successful Response for</strong> <strong><code>deploymentAs = supplier</code></strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"deploymentName\": \"Test Outlet\",\n    \"chargesTotal\": 0,\n    \"totalSupplyTax\": 0,\n    \"supplySubtotal\": 1.65,\n    \"supplyDate\": \"2024-06-30T08:59:03.822Z\",\n    \"prefix\": \"IN\",\n    \"indentNumber\": 403,\n    \"status\": \"received\",\n    \"charges\": [],\n    \"items\": [\n        {\n            \"receiveComment\": \"\",\n            \"itemName\": \"Test Item\",\n            \"itemCode\": \"3242ABC\",\n            \"category\": {\n                \"supercategory\": {\n                    \"_id\": \"6481cd621486886b0111ea89\",\n                    \"supercategoryName\": \"Test Super Category\",\n                    \"supercategoryCode\": \"4120\"\n                },\n                \"categoryCode\": \"G2300\",\n                \"categoryName\": \"Test Category\",\n                \"_id\": \"36d38669exe9455b1b232v60\"\n            },\n            \"supplyComment\": \"\",\n            \"supplySubtotal\": 0.30,\n            \"totalSupplyTax\": 0,\n            \"unit\": {\n                \"_id\": \"36d38669exe9455b1b232v60\",\n                \"conversionFactor\": 1,\n                \"unitName\": \"Each\",\n                \"baseUnit\": {\n                    \"id\": 4,\n                    \"name\": \"PIECE\"\n                }\n            },\n            \"supplyQty\": 1,\n            \"price\": 0.30\n        }\n    ],\n    \"supplierStoreCode\": \"3423\",\n    \"receiverStoreCode\": \"3411\",\n    \"supplierName\": \"Test Supplier\",\n    \"receiverName\": \"Test Receiver\"\n}\n\n</code></pre>\n<h3 id=\"response-fields-for-deploymentas--supplier\">Response Fields for <code>deploymentAs = supplier</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>deploymentName</code></td>\n<td><code>string</code></td>\n<td>Name of the deployment associated with the indent.</td>\n</tr>\n<tr>\n<td><code>chargesTotal</code></td>\n<td><code>number</code></td>\n<td>Total charges applied to the indent.</td>\n</tr>\n<tr>\n<td><code>totalSupplyTax</code></td>\n<td><code>number</code></td>\n<td>Total supply tax applied to the indent.</td>\n</tr>\n<tr>\n<td><code>supplySubtotal</code></td>\n<td><code>number</code></td>\n<td>Subtotal of the supply in the indent.</td>\n</tr>\n<tr>\n<td><code>supplyDate</code></td>\n<td><code>string</code></td>\n<td>Date when the supply was made (ISO format).</td>\n</tr>\n<tr>\n<td><code>prefix</code></td>\n<td><code>string</code></td>\n<td>Prefix associated with the indent (e.g., \"IN\" for indent).</td>\n</tr>\n<tr>\n<td><code>indentNumber</code></td>\n<td><code>number</code></td>\n<td>The unique number associated with the indent.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>string</code></td>\n<td>The current status of the indent (e.g., \"received\").</td>\n</tr>\n<tr>\n<td><code>charges</code></td>\n<td><code>array</code></td>\n<td>Array of additional charges (if any).</td>\n</tr>\n<tr>\n<td><code>items</code></td>\n<td><code>array</code></td>\n<td>Array of items associated with the indent.</td>\n</tr>\n<tr>\n<td><code>supplierStoreCode</code></td>\n<td><code>string</code></td>\n<td>Store code of the supplier.</td>\n</tr>\n<tr>\n<td><code>receiverStoreCode</code></td>\n<td><code>string</code></td>\n<td>Store code of the receiver.</td>\n</tr>\n<tr>\n<td><code>supplierName</code></td>\n<td><code>string</code></td>\n<td>Name of the supplier.</td>\n</tr>\n<tr>\n<td><code>receiverName</code></td>\n<td><code>string</code></td>\n<td>Name of the receiver.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"item-fields-in-items-array\">Item Fields in <code>items</code> Array</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>itemName</code></td>\n<td><code>string</code></td>\n<td>Name of the item.</td>\n</tr>\n<tr>\n<td><code>itemCode</code></td>\n<td><code>string</code></td>\n<td>Unique code associated with the item.</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td><code>object</code></td>\n<td>Object containing category details for the item.</td>\n</tr>\n<tr>\n<td><code>supplyComment</code></td>\n<td><code>string</code></td>\n<td>Comments related to the supply.</td>\n</tr>\n<tr>\n<td><code>supplySubtotal</code></td>\n<td><code>number</code></td>\n<td>Subtotal for the specific item in the indent.</td>\n</tr>\n<tr>\n<td><code>unit</code></td>\n<td><code>object</code></td>\n<td>Unit details for the item (conversion factor, unit name, etc.).</td>\n</tr>\n<tr>\n<td><code>supplyQty</code></td>\n<td><code>number</code></td>\n<td>The quantity of the item supplied.</td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td><code>number</code></td>\n<td>Price per unit of the item.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"2-error-responses\">2. <strong>Error Responses</strong></h4>\n<h5 id=\"missing-required-parameters-400-bad-request\">Missing Required Parameters (400 Bad Request)</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"error\",\n  \"message\": \"customer_key has not been provided\"\n}\n\n</code></pre>\n<h5 id=\"invalid-deploymentas-value-400-bad-request\">Invalid <code>deploymentAs</code> Value (400 Bad Request)</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"error\",\n  \"message\": \"Invalid value provided for 'deploymentAs'!\"\n}\n\n</code></pre>\n<h3 id=\"error-codes\">Error Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request. Missing or invalid query parameters.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized. Invalid or missing authentication token.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error. Something went wrong on the server.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"protocol":"http","port":"9010","path":["api","v1","pos","get_indents"],"host":["18","140","214","202"],"query":[{"key":"customer_key","value":"213214"},{"key":"startDate","value":"2024-06-30"},{"key":"endDate","value":"2024-07-02"},{"key":"deploymentAs","value":"supplier"}],"variable":[]}},"response":[{"id":"9b2d72c0-1c13-4a34-ba1b-5b26fdf03a06","name":"Indent","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic AUTH_TOKEN"}],"url":{"raw":"http://18.140.214.202:9010/api/v1/pos/get_indents?customer_key=213214&startDate=2024-06-30&endDate=2024-07-02&deploymentAs=supplier","protocol":"http","host":["18","140","214","202"],"port":"9010","path":["api","v1","pos","get_indents"],"query":[{"key":"customer_key","value":"213214"},{"key":"startDate","value":"2024-06-30"},{"key":"endDate","value":"2024-07-02"},{"key":"deploymentAs","value":"supplier"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"deploymentName\": \"Test Outlet\",\n    \"chargesTotal\": 0,\n    \"totalSupplyTax\": 0,\n    \"supplySubtotal\": 1.65,\n    \"supplyDate\": \"2024-06-30T08:59:03.822Z\",\n    \"prefix\": \"IN\",\n    \"indentNumber\": 403,\n    \"status\": \"received\",\n    \"charges\": [],\n    \"items\": [\n        {\n            \"receiveComment\": \"\",\n            \"itemName\": \"Test Item\",\n            \"itemCode\": \"3242ABC\",\n            \"category\": {\n                \"supercategory\": {\n                    \"_id\": \"6481cd621486886b0111ea89\",\n                    \"supercategoryName\": \"Test Super Category\",\n                    \"supercategoryCode\": \"4120\"\n                },\n                \"categoryCode\": \"G2300\",\n                \"categoryName\": \"Test Category\",\n                \"_id\": \"36d38669exe9455b1b232v60\"\n            },\n            \"supplyComment\": \"\",\n            \"supplySubtotal\": 0.30,\n            \"totalSupplyTax\": 0,\n            \"unit\": {\n                \"_id\": \"36d38669exe9455b1b232v60\",\n                \"conversionFactor\": 1,\n                \"unitName\": \"Each\",\n                \"baseUnit\": {\n                    \"id\": 4,\n                    \"name\": \"PIECE\"\n                }\n            },\n            \"supplyQty\": 1,\n            \"price\": 0.30\n        }\n    ],\n    \"supplierStoreCode\": \"3423\",\n    \"receiverStoreCode\": \"3411\",\n    \"supplierName\": \"Test Supplier\",\n    \"receiverName\": \"Test Receiver\"\n}\n"}],"_postman_id":"088672b3-24cd-4ba7-81f6-7cbbf6c32b68"}],"id":"66e4359d-e8b2-45e3-b973-4fa7e08dfe4b","description":"<p>The <strong>Stock API</strong> provides seamless access to real-time inventory data and indent requests, enabling businesses to manage stock levels and monitor procurement efficiently.</p>\n","_postman_id":"66e4359d-e8b2-45e3-b973-4fa7e08dfe4b"},{"name":"FAQ","item":[{"name":"Online Order","id":"48300ce2-8866-4457-99d2-2f9a8af7b560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"description":"<h1 id=\"faqs-for-menu-sync\">FAQ's For Menu Sync:</h1>\n<p>Q: What is the purpose of the \"configuration\" key in the JSON data?</p>\n<p>A: The \"configuration\" key in the JSON data serves as a container for information related to the rules and entities associated with a specific item. This includes details about date and time settings, the days when the item is considered valid, and the structure of entities within the item itself.</p>\n<p>Q: What does the \"rules\" key represent within the \"configuration\" key?</p>\n<p>A: Within the \"configuration\" key, the \"rules\" key represents a set of parameters that dictate the validity and applicability of the item based on date, time, and day constraints. This includes settings for date, time, and days, as well as a \"taxAsItem\" setting.</p>\n<p>Q: What is the significance of the \"entities\" key within the \"configuration\" key?</p>\n<p>A: The \"entities\" key plays an important role within the \"configuration\" key by providing information about the various levels and categories of items. This includes details about item names, as well as any associated price adjustments or maximum/minimum quantity constraints.</p>\n<p>Q: How do I understand the \"days\" key under the \"rules\" key in the \"configuration\" object?</p>\n<p>A: The \"days\" key, which is located under the \"rules\" key in the \"configuration\" object, contains an array of integers that correspond to days of the week. Here, 0 represents Sunday, 1 represents Monday, and so on. This key is used to determine on which days the item is valid or applicable.</p>\n<p>Q: What does the \"allDaysValid\" key represent in the \"rules\" object?</p>\n<p>A: In the \"rules\" object, the \"allDaysValid\" key is a boolean value that signifies whether the item is valid or applicable on all days of the week.</p>\n<p>Q: What does the \"noRange\" key indicate within the \"date\" and \"time\" objects?</p>\n<p>A: The \"noRange\" key, found within the \"date\" and \"time\" objects, is a boolean value that specifies whether there is no particular range for the date or time setting. If this key is set to true, it means the item is valid or applicable without any constraints related to date or time.</p>\n<p>Q: How are different levels of items represented in the \"entities\" object?</p>\n<p>A: In the \"entities\" object, various levels of items are represented as individual objects within the \"levels\" array. Each of these level objects contains information about the level's name, price adjustments, and any associated categories.</p>\n<p>Q: How can I find information about the categories and their items within a level?</p>\n<p>A: Within a level object, you can find information about the categories and their items by examining the \"categories\" array. This array contains category objects, which in turn hold information about the category name and the items that belong to that specific category.</p>\n<p>Q: What is the purpose of the \"differentialPrice\" key within a level object?</p>\n<p>A: The \"differentialPrice\" key, found within a level object, is a boolean value that determines whether the level's price adjustment should be applied as a differential price (true) or as an absolute price (false).</p>\n<p>Q: What does the \"status\" key mean in the order payload?</p>\n<p>A: The \"status\" key, located within the order payload, contains the current status of the order before the callback is called. To keep track of the order status, it's necessary to listen to the webhook that gets called on each status update. For example, the acceptURL is called when the order is accepted, and the rejectURL is called when the order is rejected. Possible values for the \"status\" key include \"synced,\" \"preparing,\" \"food prepared,\" \"food prepared and bill printed,\" \"out for delivery,\" \"delivered,\" \"payment received,\" \"void,\" and \"rejected.\" However, these status values represent the state of the order before the callback is called. The status moves to the next state when the callback is successful. Therefore, if you need to maintain the status of the order, it's important to listen to the webhook calls for each status update.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"48300ce2-8866-4457-99d2-2f9a8af7b560"},{"name":"Data integration","id":"fab4358b-313d-49e4-a34e-f574f75b4239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"description":"<h1 id=\"faq-for-bills-api\">FAQ for Bills API</h1>\n<ol>\n<li><strong>Q: What does the \"tab\" key represent in the JSON data?</strong><br /> A: The \"tab\" key represents the type of establishment, in this case, a \"Diner\".</li>\n<li><strong>Q: What is the purpose of the \"_currentUser\" key?</strong><br /> A: The \"_currentUser\" key contains information about the current user, such as their username, first name, and last name.</li>\n<li><strong>Q: How can I determine the total number of covers for this JSON data?</strong><br /> A: The \"_covers\" key holds the total number of covers, which is 1 in this example.</li>\n<li><strong>Q: What information does the \"_customer\" key provide?</strong><br /> A: The \"_customer\" key contains details about the customer, such as their first name and mobile number.</li>\n<li><strong>Q: How can I find out the total tax amount in the \"charges\" key?</strong><br /> A: The \"totalTax\" key within the \"charges\" object contains the total tax amount.</li>\n<li><strong>Q: How can I get the total amount paid by a particular card type in the \"payments\" key?</strong><br /> A: You can find the total amount for a specific card type by looking at the \"totalAmount\" key within the corresponding \"cards\" object.</li>\n<li><strong>Q: What is the purpose of the \"aggregation\" key?</strong><br /> A: The \"aggregation\" key holds various aggregated data related to the bill, such as net rounded amount, total tax, and total amount.</li>\n<li><strong>Q: Can I find the timestamp when the bill was settled?</strong><br /> A: Yes, the \"_closetime\" key contains a \"timestamp\" that provides the time when the bill was settled.</li>\n<li><strong>Q: What information does the \"_kots\" key provide?</strong><br /> A: The \"_kots\" key contains an array of KOT (Kitchen Order Token) objects, including details about the items ordered, taxes, and discounts.</li>\n<li><strong>Q: How can I determine the total number of items ordered from a specific category?</strong><br />A: You can loop through the \"_kots\" array and access the \"items\" array within each KOT object. Then, you can filter the items based on the \"category\" key to count the items in a specific category.</li>\n</ol>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"fab4358b-313d-49e4-a34e-f574f75b4239"}],"id":"0ebb371d-acb8-4fcc-ab0f-2e9c60886d23","_postman_id":"0ebb371d-acb8-4fcc-ab0f-2e9c60886d23","description":""},{"name":"Checklist for Production","item":[{"name":"Online Ordering (Standard Menu) Checklist)","id":"47759491-bf11-45f0-94a1-80dfc7d64e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"description":"<p><strong>Menu &amp; 86'n</strong> </p>\n<ol>\n<li><p>Menu updates via webhook</p>\n</li>\n<li><p>Menu pull on webhook asynchronously</p>\n</li>\n<li><p>Sorting of all levels </p>\n</li>\n<li><p>Images for items </p>\n</li>\n<li><p>Variations and addons on top of variations along with pricing calculation</p>\n</li>\n<li><p>Active / In - Active items / Modifiers</p>\n</li>\n<li><p>veg / non veg tagging</p>\n</li>\n<li><p>charges item wise and order level</p>\n</li>\n<li><p>Schedulers for items and categories</p>\n</li>\n<li><p>OOS an item and modification</p>\n</li>\n</ol>\n<p><strong>Ordering</strong></p>\n<ol>\n<li><p>Accepting an order using accept url</p>\n</li>\n<li><p>MFR using BPU </p>\n</li>\n<li><p>Order cancellation via order cancel API </p>\n</li>\n<li><p>Discounts item wise and order wise</p>\n</li>\n<li><p>Delivery updates </p>\n</li>\n<li><p>Rejection of order using RU</p>\n</li>\n<li><p>MX Cancellation using VOID URL</p>\n</li>\n</ol>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"47759491-bf11-45f0-94a1-80dfc7d64e8e"},{"name":"Loyalty Checklist","id":"7ee13882-e9df-4ee8-8457-20d1ff0ec921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"description":"<ol>\n<li><p>Creating new customer : Event name : POS customer details</p>\n</li>\n<li><p>Fetching customer details with points and coupons (if applicable) : Event name : Get Loyalty Customer Details</p>\n</li>\n<li><p>Redeeming of points as Discount - Event name - Loyalty Points Redemption</p>\n</li>\n<li><p>OTP flow (if applicable)</p>\n</li>\n<li><p>FInal Points redeem - Event name - Authenticate Points Redemption</p>\n</li>\n<li><p>Coupon info - Event name - Coupon/Reward Details</p>\n</li>\n<li><p>Redeem Coupon - Event name - Redeem Coupon<br /> 7.1 Bill wise percentage discount<br /> 7.2 Bill wise fixed discount<br /> 7.3 Pre defined offer flow</p>\n</li>\n<li><p>Capture the bill details - Event Name - Get POS Bill Details</p>\n</li>\n</ol>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"7ee13882-e9df-4ee8-8457-20d1ff0ec921"}],"id":"b0cc743a-0b35-4fdd-8ab2-2e50018f443d","_postman_id":"b0cc743a-0b35-4fdd-8ab2-2e50018f443d","description":""}],"event":[{"listen":"prerequest","script":{"id":"c21c4163-abb8-417f-97b4-854c88b16c31","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bdf87bdb-0be3-4b17-bb20-f79e210a9caa","type":"text/javascript","exec":[""]}}],"variable":[{"key":"customer_key","value":"<<OUTLET_UNIQUE_CUSTOMER_KEY>>"}]}